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: pick_first: Don't automatically reconnect after connection drop #2680

Conversation

murgatroid99
Copy link
Member

From A62:

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.

This was a mistake in #2511, but without #2619 and this change in #2568, it probably wouldn't work correctly.

This error was pointed out in #2677 (comment).

@murgatroid99 murgatroid99 merged commit cb966df into grpc:@grpc/grpc-js@1.10.x Mar 7, 2024
4 of 5 checks passed
murgatroid99 added a commit that referenced this pull request Mar 15, 2024
…ect_fix_revert

Revert #2680 "grpc-js: pick_first: Don't automatically reconnect after connection drop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants