Skip to content

grpc-js: pick_first: Don't automatically reconnect after connection drop#2680

Merged
murgatroid99 merged 1 commit intogrpc:@grpc/grpc-js@1.10.xfrom
murgatroid99:grpc-js_pick_first_disconnect_fix
Mar 7, 2024
Merged

grpc-js: pick_first: Don't automatically reconnect after connection drop#2680
murgatroid99 merged 1 commit intogrpc:@grpc/grpc-js@1.10.xfrom
murgatroid99:grpc-js_pick_first_disconnect_fix

Conversation

@murgatroid99
Copy link
Copy Markdown
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).

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.

2 participants