websocket_universal 0.3.2 websocket_universal: ^0.3.2 copied to clipboard
Convenient websocket handler for all platforms (both IO and web/HTML). Websocket messages routing, statuses and other features have easy-to-use interface.
0.3.2 #
- removed unused delay after connection
0.3.1 #
- added data re-request on reconnection event (only for SocketRequest messages)
0.3.0 #
- changed interfaces
- fixes
0.2.6 #
- hotfix
0.2.5 #
- hotfix
0.2.4 #
- data is Nullable now
0.2.3 #
- added
getResponsesStream
method
0.2.2 #
- Hotfix
0.2.1 #
- BaseDecoder added
0.2.0 #
- WebSocketRequestManager added
- WebSocketDataBridge added
- timeout for requests
- composite requests with multiple responses handling
0.1.1 #
- ping calculation changed
- SocketMessageProcessor ping/pong implementation changed
0.1.0 #
- working release
- added reconnection feature for
IWebSocketHandler
- base socket functionality moved to
IWebSocketBaseService
0.0.4-dev #
- refactoring
0.0.3-dev #
- now supports Byte array messages
0.0.2-dev #
- refactor: rename library to
websocket_universal
- exported required classes
- added example
0.0.1-dev #
- added websocket implimentations for io and html