All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support socket.io v3
No longer maintain SocketIOClient.NetFx
, it is replaced by SocketIOClient
. For users, you don’t have to worry about choosing SocketIOClient
or SocketIOClient.NetFx
- Support verify the server certificate
- The usage of
Options.EnabledSslProtocols
has changed ClientWebSocket
becomes a sealed class- Changed the way to configure the proxy
- Removed
ClientWebSocket.CreatClient()
virtual method
- Fixed a serious error that caused connection and sending message to become unusable. The error originated from the last update(v2.0.2.8).
- Implement ConnectionTimeout
- Added library docs
- When connecting for the first time, it supports automatic reconnection.
- Support WebProxy, PR
- Fixed "SynchronizationLockException" exception, issues-84
- Fixed "Collection was modified" exception