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 c1bfdcc commit bd25b0cCopy full SHA for bd25b0c
src/session.ts
@@ -65,6 +65,7 @@ export class Session extends EventEmitter<{
65
this.serviceProvider = undefined;
66
}
67
if (!this.connectedAtlasCluster) {
68
+ this.emit("disconnect");
69
return;
70
71
try {
0 commit comments