Skip to content

Commit

Permalink
Merge pull request #1621 from murgatroid99/grpc-js_connectivity_state…
Browse files Browse the repository at this point in the history
…_enum_order

grpc-js: Rearrange connectivity state enum to match the native library
  • Loading branch information
murgatroid99 committed Nov 10, 2020
2 parents 57428bf + cd2713f commit 03aaeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js/src/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 03aaeb7

Please sign in to comment.