- Add support to last stable flutter version
- Fix
sendFinishingSession
method to not throw exception on timeout
- Fix connection when the WebSocket URI prefix has
_
(underscore).
- Fix WebSocket closure
- Set the whersocket ping interval
- Override socket field in WebSocketTransport class
- Changed onConnectionDone listener to be mutable instead of final.
- Fixed to log only on develop mode
- Changed certificate chain
- Added mTLS support
- Added onServerCloseConnection Listener
- Removed unused 'timeout' from command class
- added unit tests
- Fixed NotificationEventExtension
- Changed NotificationEventExtension logic
- Exported NotificationEventExtension
- New onNegotiationgStatus on ClientChannel
- New extension on NotificationEvent
- Remove Timeout from LimeException class
- Created new reason code from timeout
- Created LimeException class
-
Presence Model fix:
- New fields on toJson method
- Added timeout to command
- Fixes for get more Pub Points
- Readme github action link fix
- Readme fixes
- Start project structure
- Created tests workflow