Skip to content

Commit 69f7da7

Browse files
destroy socket
1 parent a826e0c commit 69f7da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongoPatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function useProxyForMongo(config: Config) {
3636
count++;
3737
resolve();
3838
});
39-
socket.end();
39+
socket.destroy();
4040
}),
4141
),
4242
);

0 commit comments

Comments
 (0)