Skip to content

Commit 21b5ba8

Browse files
authored
Merge pull request #1770 from murgatroid99/grpc-js_connectivity_improvements
grpc-js: Don't transition out of idle when discarding subchannels
2 parents 502becb + 9253b7f commit 21b5ba8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/grpc-js/src/subchannel.ts

-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@ export class Subchannel {
598598
this.transitionToState(
599599
[
600600
ConnectivityState.CONNECTING,
601-
ConnectivityState.IDLE,
602601
ConnectivityState.READY,
603602
],
604603
ConnectivityState.TRANSIENT_FAILURE

0 commit comments

Comments
 (0)