Open
Description
I can connect to a port and i can listen or emit datas. But i can't disconnect. I've called disconnect() and also socket.off() but i couldn't disconnect.
Actually socket can disconnect succesfully bcoz i know the onDisconnect method is running good. But the app which using, connecting and disconnecting; can't finish. I have to close it manually.
But i'm using the version 0.6.0 now. And there is no problem about this.