Unity-Socketio
Unity-Socketio copied to clipboard
Update Socket.cs
Currently, when you call the off function with an event name ev, rather than removing all callbacks for the event ev, all the callbacks are removed from the socket. This change fixes the issue.