WebSocketDotNet 1.0.0
WebSocketDotNet is a .NET library for WebSockets. Compared to similar libraries, the main advantage is that it works
on more versions of .NET, from .NET Framework 3.5 to .NET 6.0.
No packages depend on WebSocketDotNet.
v1.0.0
- Moved configuration of Websocket options to a new WebSocketConfiguration struct and added a new constructor which takes it.
- The old constructor is still available but marked as Obsolete.
- Added the ability to specify the websocket chunking mode (default, and previous behavior, is to chunk so that the length of a packet is always less than 65536 bytes)
- Fixed invalid data being generated, causing a disconnect, when messages > 65535 bytes were sent.
v0.5.5
- Hard reset the underlying TCP client when reconnecting.
v0.5.4
- Attempt to fix reconnection behavior
v0.5.3
- Fixed some edge cases in error handling
v0.5.2
- Better and unified error handling, especially when closing the connection
- Code cleanup
v0.5.1
- Build nuget package deterministically
v0.5.0
- Initial release
.NET Framework 3.5
- IndexRange (>= 1.0.2)
.NET Framework 4.5
- IndexRange (>= 1.0.2)
- System.Memory (>= 4.5.5)
.NET 6.0
- IndexRange (>= 1.0.2)
- System.Memory (>= 4.5.5)
.NET Standard 2.0
- IndexRange (>= 1.0.2)
- System.Memory (>= 4.5.5)
- System.Net.Http (>= 4.3.4)
.NET Standard 2.1
- IndexRange (>= 1.0.2)
- System.Memory (>= 4.5.5)