gcrabtree / react-native-socketio

Not Maintained! A React Native wrapper for both the Swift and Java Socket.Io clients.
MIT License
152 stars 53 forks source link

Removing listeners #13

Open awinogrodzki opened 8 years ago

awinogrodzki commented 8 years ago

There is no removing of listeners which is critical in some points. Maybe use removeAllHandlers() and off() methods from the wrapped libraries?