socket.io-client-swift-example
socket.io-client-swift-example copied to clipboard
Where is the disconnect method called?
I went through the sample and I can't see the disconnect method for disconnecting the socket.
I have called the socket.disconnect in deinit method of my iOS app. Is this the right way of doing it?
Thanks a lot for this library.