Releases: Toemsel/Network
Releases · Toemsel/Network
6.2.5.23
- Documentation update
- IPv6 support added
- .NET 5 support added
- Removed .NET46 and .NET5 build target
- Bluetooth support removed
6.2.4.21
- SecureClientConnectionContainer factory changes
- Concurrent Send/Receive Bugfix
6.1.4.20
- ServerConnectionContainer Connection Count Bugfix
- RawData PacketHandler Bugfix
- State of the art thread cancellation
6.1.3.18
- Server and Client may have their own RSA key size configuration.
- Custom RSA key sizes won't lead to an exception anymore.
- Bugfix for the "Connection.Close" implementation for .NET Core.
- Higher detail packet logging, including ipAddresses.
- UdpConnection: IPRemote and IPLocalEndpoint bugfix.
6.1.3.17
- Server and Client may have their own RSA key size configuration.
- Custom RSA key sizes won't lead to an exception anymore.
- Bugfix for the "Connection.Close" implementation for .NET Core
6.1.2.14
- ThrowExceptionOnUndeliverablePackets property within the ClientConnectionContainer added.
- ClientConnectionContainer refactorings. Sending packets with a broken connection isn't possible anymore.
- Bugfixes within the TcpConnection. (Reading bytes and resolving packet-types)
- Performance improvements within the packet response resolution.
- Some, as in previous versions obsolete marked, methods removed.
- PacketHandler switched to "internal" to avoid unintended modifications.
- CloseReason "Unknown" removed.
6.1.1.9
- RSA is capable of sending/receiving larger packets. ( > 128 bytes)
- Sending Enums Bugfix
- ServerConnectionContainer CloseTcpConnection Bugfix
- Comments and refactorings
6.1.0.7
Example adjusted to make it work again.
Open TcpConnection (none-async) won't cause a deadlock anymore.
Packets (without RequestPacket as inheritance) are receivable.
Version increment.
6.1.0.4
Version increment for nuget package
6.1.0.2
- Release Preview dependencies removed