We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c38e2 commit 4a373a2Copy full SHA for 4a373a2
src/sdam/common.ts
@@ -9,6 +9,7 @@ export const STATE_CLOSING = 'closing';
9
export const STATE_CLOSED = 'closed';
10
export const STATE_CONNECTING = 'connecting';
11
export const STATE_CONNECTED = 'connected';
12
+export const STATE_UNITIALIZED = 'unitialized';
13
14
/**
15
* An enumeration of topology types we know about
0 commit comments