Skip to content

wait for write loop to finish at end of ruby read loop, on client side calls#8833

Merged
apolcyn merged 1 commit intogrpc:v1.0.xfrom
apolcyn:ruby_wait_to_finish_writes
Nov 29, 2016
Merged

wait for write loop to finish at end of ruby read loop, on client side calls#8833
apolcyn merged 1 commit intogrpc:v1.0.xfrom
apolcyn:ruby_wait_to_finish_writes

Conversation

@apolcyn
Copy link
Copy Markdown
Contributor

@apolcyn apolcyn commented Nov 22, 2016

Safe shutdowns at the ends of ruby benchmarks rely on all client side calls finishing before shutting down the server. But currently, joining the client side streaming call threads doesn't guarantee that the calls are done, as the spawned write loop finishes on its own time.

@apolcyn
Copy link
Copy Markdown
Contributor Author

apolcyn commented Nov 29, 2016

failures look unrelated

@apolcyn apolcyn merged commit 82870ca into grpc:v1.0.x Nov 29, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants