mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1770 from murgatroid99/grpc-js_connectivity_improvements
grpc-js: Don't transition out of idle when discarding subchannels
This commit is contained in:
commit
21b5ba8d21
|
@ -598,7 +598,6 @@ export class Subchannel {
|
|||
this.transitionToState(
|
||||
[
|
||||
ConnectivityState.CONNECTING,
|
||||
ConnectivityState.IDLE,
|
||||
ConnectivityState.READY,
|
||||
],
|
||||
ConnectivityState.TRANSIENT_FAILURE
|
||||
|
|
Loading…
Reference in New Issue