pusher / pusher-websocket-react-native

React Native official Pusher SDK
MIT License
61 stars 52 forks source link

fix: Add missed events when removing listeners #157

Open changwoolab opened 3 months ago

changwoolab commented 3 months ago

Description

removeAllListeners does not currently remove all listeners. Added missed event types when removing listeners

CHANGELOG

fix: add missed events when removing listeners

changwoolab commented 3 months ago

@fbenevides @benw-pusher Hi, could you review this?