Closed mtfurlan closed 7 years ago
To fix #300 as suggested by glenjamin , this just adds this.socket.destroy(); to the connectionCloseOk handler.
this.socket.destroy();
connectionCloseOk
To fix #300 as suggested by glenjamin , this just adds
this.socket.destroy();
to theconnectionCloseOk
handler.