Releases: pusher/pusher-websocket-react-native
Releases · pusher/pusher-websocket-react-native
v1.3.5
1.3.5
- [FIXED]
PusherChannel.trigger()now accepts an event withoutchannelName, defaulting to the channel's own name, aligning the implementation with the documented API - [FIXED]
removeAllListeners()now correctly removes all 7 event listeners;ON_CONNECTION_STATE_CHANGEandON_SUBSCRIPTION_ERRORwere previously not cleared oninit()andreset()calls
v1.3.4
1.3.4
- [FIXED] Prevent NSInternalInconsistencyException crash when Pusher events fire before the React Native bridge is ready (iOS)
v1.3.3
1.3.3
- [CHANGED] Update Pusher Swift SDK to 10.1.10 to fix zombie connections caused by unrecognised POSIX errors
v1.3.2
1.3.2
- [CHANGED] Update Pusher Swift SDK to 10.1.9 to fix reconnections getting stuck after network disruptions
v1.3.1
1.3.1
- [CHANGED] Update Pusher Swift SDK to 10.1.5
v1.3.0
v1.2.3
v1.2.2
v1.2.1
1.2.1
- [FIXED] Fixed event name conflicts with other libs using RCTDeviceEventEmitter
v1.2.0
1.2.0
- [CHANGED] Remove mutex locks in favor of storing callbacks so onAuthorizer does no longer freeze the app on iOS