We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f7da7 commit 6d67c91Copy full SHA for 6d67c91
1 file changed
src/mongoPatch.ts
@@ -36,7 +36,7 @@ export function useProxyForMongo(config: Config) {
36
count++;
37
resolve();
38
});
39
- socket.destroy();
+ socket.end();
40
}),
41
),
42
);
0 commit comments