-
Notifications
You must be signed in to change notification settings - Fork 709
Closed
Description
I try to call unref on the socket, to allow the process exit without waiting the end of the socket.
So I try to do in the "ready" event (where the socket is initialised) :
conn.once('ready', function () {
conn._sock.unref();
But it seems not work... (I'm on node v0.10.35)
Is there other socket I should care ?
Or Is it possible you implement an option for this ?
Thanks !
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels