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