node-json-socket icon indicating copy to clipboard operation
node-json-socket copied to clipboard

Implement socket.destroy()

Open KaptainKrayola opened this issue 10 years ago • 2 comments

Would be nice to be able to destroy the socket if you need to. something like

destroy: function(){ this._socket.destroy(); },

KaptainKrayola avatar Sep 25 '14 16:09 KaptainKrayola

Yes that would be helpful

solick avatar Mar 22 '15 15:03 solick

+1 for destroy and end....simple enough.

boysmovie avatar May 26 '15 08:05 boysmovie