Skip to content

Commit

Permalink
Merge pull request #1770 from murgatroid99/grpc-js_connectivity_impro…
Browse files Browse the repository at this point in the history
…vements

grpc-js: Don't transition out of idle when discarding subchannels
  • Loading branch information
murgatroid99 committed May 11, 2021
2 parents 502becb + 9253b7f commit 21b5ba8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/grpc-js/src/subchannel.ts
Expand Up @@ -598,7 +598,6 @@ export class Subchannel {
this.transitionToState(
[
ConnectivityState.CONNECTING,
ConnectivityState.IDLE,
ConnectivityState.READY,
],
ConnectivityState.TRANSIENT_FAILURE
Expand Down

0 comments on commit 21b5ba8

Please sign in to comment.