Skip to content
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

grpc-js always reconnects when a connection drops, even if there are no pending calls #2718

Open
murgatroid99 opened this issue Apr 9, 2024 · 0 comments

Comments

@murgatroid99
Copy link
Member

This was noted in #2677 (comment). This behavior is contrary to the spec in gRFC A62, which says

If this connection breaks at a later point in time, pick_first will not attempt to reconnect until the application requests that it does so, or makes an RPC.

The previous attempt to fix this, #2680 caused other problems documented in #2690 and was reverted in #2691.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant