Skip to content

gRPC: fix bugs found during testing #2069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from

Conversation

var-const
Copy link
Contributor

(wait until #2068 is merged)

All in GrpcStream:

  • make sure there are no pending completions when "finish" operation is enqueued;
  • always finish gRPC calls;
  • when connectivity changes, reset not just the calls, but the underlying channel as well.

Original PR: #2039

wilhuff and others added 6 commits November 1, 2018 09:07
All in `GrpcStream`:
* make sure there are no pending completions when "finish" operation is enqueued;
* always finish gRPC calls;
* when connectivity changes, reset not just the calls, but the underlying channel as well.
@var-const var-const force-pushed the varconst/unrevert-grpc branch from 8259602 to 7ce312e Compare November 13, 2018 18:23
@var-const var-const closed this Nov 13, 2018
@paulb777 paulb777 deleted the varconst/grpc-readd-bugfix branch October 2, 2019 19:19
@firebase firebase locked and limited conversation to collaborators Oct 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants