Skip to content

Releases: Toemsel/Network

6.2.5.23

Choose a tag to compare

@Toemsel Toemsel released this 31 Aug 01:15
  • Documentation update
  • IPv6 support added
  • .NET 5 support added
  • Removed .NET46 and .NET5 build target
  • Bluetooth support removed

6.2.4.21

Choose a tag to compare

@Toemsel Toemsel released this 11 Aug 22:55
  • SecureClientConnectionContainer factory changes
  • Concurrent Send/Receive Bugfix

6.1.4.20

Choose a tag to compare

@Toemsel Toemsel released this 04 Jan 21:42
3df5e9c
  • ServerConnectionContainer Connection Count Bugfix
  • RawData PacketHandler Bugfix
  • State of the art thread cancellation

6.1.3.18

Choose a tag to compare

@Toemsel Toemsel released this 20 Oct 01:25
  • 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

Choose a tag to compare

@Toemsel Toemsel released this 18 Oct 21:09
  • 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

Choose a tag to compare

@Toemsel Toemsel released this 30 May 19:58
  • 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

Choose a tag to compare

@Toemsel Toemsel released this 02 May 19:54
  • RSA is capable of sending/receiving larger packets. ( > 128 bytes)
  • Sending Enums Bugfix
  • ServerConnectionContainer CloseTcpConnection Bugfix
  • Comments and refactorings

6.1.0.7

Choose a tag to compare

@Toemsel Toemsel released this 12 Mar 20:46
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

Choose a tag to compare

@Toemsel Toemsel released this 10 Mar 16:40
Version increment for nuget package

6.1.0.2

Choose a tag to compare

@Toemsel Toemsel released this 21 Oct 04:42
  • Release Preview dependencies removed