Skip to content

Releases: Cloet/SimpleSockets

v1.2.20

Choose a tag to compare

@Cloet Cloet released this 10 Feb 18:52
  • 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

v1.2.12-prerelease Pre-release
Pre-release

Choose a tag to compare

@Cloet Cloet released this 08 Feb 15:08
Method had an incorrect name

v1.2.1-prerelease

v1.2.1-prerelease Pre-release
Pre-release

Choose a tag to compare

@Cloet Cloet released this 08 Feb 12:31
Changed ssl auth event, use .NET Standard 2.0 again instead of 2.1

Metadata messages

Metadata messages Pre-release
Pre-release

Choose a tag to compare

@Cloet Cloet released this 06 Feb 20:50
  • Small performance fixes
  • Added messages with metadata
  • Removed CustomHeader messages (Replaced by messages with metadata)

v1.1.65 Bugfixes

Choose a tag to compare

@Cloet Cloet released this 02 Feb 19:22
  • Reverted to older commit.
  • Added timeout handling
  • Better disconnection

v1.1.61: Merge pull request #40 from Cloet/develop

Choose a tag to compare

@Cloet Cloet released this 01 Feb 08:54
fe5beed

Bugfix: ssl messages were not read by server.

v1.1.6: Merge pull request #38 from Cloet/develop

Choose a tag to compare

@Cloet Cloet released this 30 Jan 22:54
c51e2f3
  • Bugfix: Timeout was not working properly when set to 0

V1.1.5

Choose a tag to compare

@Cloet Cloet released this 29 Jan 21:44
c8afc39
  • Bugfix: when sending a lot of bigger messages at once the data was not read correctly.
  • Added Idle timeout

V1.1.2

Choose a tag to compare

@Cloet Cloet released this 01 Jan 20:43
a53979d

Stable version

V0.8

Choose a tag to compare

@Cloet Cloet released this 12 Jul 11:21

Changelog:

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