Releases: pusher/pusher-websocket-java
Releases · pusher/pusher-websocket-java
v2.4.4
v2.4.3
2.4.3
- [FIXED] Fix issue with json serialization when using proguard
v2.4.2
- Fixes a crash when an event comes in without and escaped data json member.
- update to com.google.code.gson:gson:2.9.1
- update to org.java-websocket:Java-WebSocket:1.5.3
v2.4.1
- Refactoring and code cleanup of event handling in the SDK
- Fixes subscription_count events
Subscription Count
Version 2.4.0 - 15th July 2022
- Add support for Subscription count events
v2.3.0-beta
- Added support for user sign in and server to user messages
- Fixed issue with calling disconnect while the client is attempting reconnection
- Fixed issue with calling connect while the client is disconnecting
v2.2.8
Add global event listner