Skip to content

Commit c25e4d7

Browse files
W-A-Jamesnbbeeken
authored andcommitted
add uninitialized state
1 parent d4e6a21 commit c25e4d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sdam/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const STATE_CLOSING = 'closing';
99
export const STATE_CLOSED = 'closed';
1010
export const STATE_CONNECTING = 'connecting';
1111
export const STATE_CONNECTED = 'connected';
12+
export const STATE_UNITIALIZED = 'unitialized';
1213

1314
/**
1415
* An enumeration of topology types we know about

0 commit comments

Comments
 (0)