pusher_client_socket 0.0.1+1
pusher_client_socket: ^0.0.1+1 copied to clipboard
The pusher client using websocket client [available for all platforms]
0.0.1 - 2024-08-16 19:43 #
- Connect to a Pusher server using WebSockets.
- Available for all platforms (Android, IOS, MacOS, WindowsOS, LinuxOS, Web).
- Subscribe to public, private, private encrypted, and presence channels.
- Bind event listeners to handle custom and Pusher-specific events.
- Automatic reconnection logic for handling connection interruptions.
- Activity check mechanism to ensure the connection remains active.
0.0.1+1 - 2024-08-16 21:04 #
- Handle
pusher_internal:andpusher:events. - Add
onSubscriptionSuccessevent for all channels. - Upgrade
web_socket_clientto^0.1.0.