SimpleSockets Versions Save

Asynchronous TCP .NET library with reliable transmission and receipt of data, with an ssl implementation.

v1.2.20

4 years ago
  • Small performance fixes
  • Added messages with metadata
  • Removed CustomHeader messages (Replaced by messages with metadata)
  • Increased stability
  • Added more tests to workflow

v1.2.12-prerelease

4 years ago

v1.2.1-prerelease

4 years ago

v1.2.0-prerelease

4 years ago
  • Small performance fixes
  • Added messages with metadata
  • Removed CustomHeader messages (Replaced by messages with metadata)

v1.1.65

4 years ago
  • Reverted to older commit.
  • Added timeout handling
  • Better disconnection

v1.1.61

4 years ago

Bugfix: ssl messages were not read by server.

v1.1.6

4 years ago
  • Bugfix: Timeout was not working properly when set to 0

V1.1.5

4 years ago
  • Bugfix: when sending a lot of bigger messages at once the data was not read correctly.
  • Added Idle timeout

V1.1.2

4 years ago

Stable version

V0.8

4 years ago

Changelog:

  • Converted the library to .NET Standard 2.0
  • Uses a lot less memory when sending files.
  • Bugfixes