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 43b54a0 commit 89ba76dCopy full SHA for 89ba76d
src/common/session.ts
@@ -100,6 +100,7 @@ export class Session extends EventEmitter<SessionEvents> {
100
async close(): Promise<void> {
101
await this.disconnect();
102
await this.apiClient.close();
103
+ this.emit("close");
104
}
105
106
async connectToMongoDB(settings: ConnectionSettings): Promise<void> {
0 commit comments