mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1621 from murgatroid99/grpc-js_connectivity_state_enum_order
grpc-js: Rearrange connectivity state enum to match the native library
This commit is contained in:
commit
03aaeb78a2
|
@ -41,10 +41,10 @@ import { mapProxyName } from './http_proxy';
|
|||
import { GrpcUri, parseUri, uriToString } from './uri-parser';
|
||||
|
||||
export enum ConnectivityState {
|
||||
IDLE,
|
||||
CONNECTING,
|
||||
READY,
|
||||
TRANSIENT_FAILURE,
|
||||
IDLE,
|
||||
SHUTDOWN,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue