You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah if the socket state is "closed", you need to do another open().
Won't advise destroying sockets, the plugin doesn't appear to be built around that being possible.
But if you're feeling brave, you could just:
var sock = new Socket();
sock.open( ... );
// "destroy"
sock = null;
// or simply
// socket = new Socket();
Please help me with the above two questions.
Thanks a lot.
The text was updated successfully, but these errors were encountered: