node-json-socket
node-json-socket copied to clipboard
Implement socket.destroy()
Would be nice to be able to destroy the socket if you need to. something like
destroy: function(){ this._socket.destroy(); },
Yes that would be helpful
+1 for destroy and end....simple enough.