Skip to content

Releases: Cloet/SimpleSockets

v1.2.20

10 Feb 18:52
Compare
Choose a tag to compare
  • 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

08 Feb 15:08
Compare
Choose a tag to compare
v1.2.12-prerelease Pre-release
Pre-release
Method had an incorrect name

v1.2.1-prerelease

08 Feb 12:31
Compare
Choose a tag to compare
v1.2.1-prerelease Pre-release
Pre-release
Changed ssl auth event, use .NET Standard 2.0 again instead of 2.1

Metadata messages

06 Feb 20:50
Compare
Choose a tag to compare
Metadata messages Pre-release
Pre-release
  • Small performance fixes
  • Added messages with metadata
  • Removed CustomHeader messages (Replaced by messages with metadata)

v1.1.65 Bugfixes

02 Feb 19:22
Compare
Choose a tag to compare
  • Reverted to older commit.
  • Added timeout handling
  • Better disconnection

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

01 Feb 08:54
fe5beed
Compare
Choose a tag to compare

Bugfix: ssl messages were not read by server.

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

30 Jan 22:54
c51e2f3
Compare
Choose a tag to compare
  • Bugfix: Timeout was not working properly when set to 0

V1.1.5

29 Jan 21:44
c8afc39
Compare
Choose a tag to compare
  • Bugfix: when sending a lot of bigger messages at once the data was not read correctly.
  • Added Idle timeout

V1.1.2

01 Jan 20:43
a53979d
Compare
Choose a tag to compare

Stable version

V0.8

12 Jul 11:21
Compare
Choose a tag to compare

Changelog:

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