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:
Michael Lumish 2021-05-11 10:11:14 -07:00 committed by GitHub
commit 21b5ba8d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -598,7 +598,6 @@ export class Subchannel {
this.transitionToState(
[
ConnectivityState.CONNECTING,
ConnectivityState.IDLE,
ConnectivityState.READY,
],
ConnectivityState.TRANSIENT_FAILURE