Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement socket.destroy() #2

Open
KaptainKrayola opened this issue Sep 25, 2014 · 2 comments
Open

Implement socket.destroy() #2

KaptainKrayola opened this issue Sep 25, 2014 · 2 comments

Comments

@KaptainKrayola
Copy link
Contributor

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

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

@solick
Copy link

solick commented Mar 22, 2015

Yes that would be helpful

@boysmovie
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants