Skip to content

Releases: Quobject/SocketIoClientDotNet

1.0.8

01 Jan 08:10
Compare
Choose a tag to compare
1.0.8 Pre-release
Pre-release

fix for wrong namespace creation: if using uri with queryParams, queryParams wused to be included in namespace. Path should only be included in namespace. (#179)
update Managers when new instance added (#182)
fix for not updating Managers when new instance added
Added EVENT_ENGINE which is fired when a new engine socket is created. (#166)

1.0.7.1

30 Jun 23:42
Compare
Choose a tag to compare
1.0.7.1 Pre-release
Pre-release
1.0.7.1

1.0.6

16 Apr 08:25
Compare
Choose a tag to compare
1.0.6 Pre-release
Pre-release
1.0.6

1.0.5

28 Jan 17:47
Compare
Choose a tag to compare

1.0.4

01 Jan 01:04
Compare
Choose a tag to compare
1.0.4 Pre-release
Pre-release

EngineIoClientDotNet 1.0.4

1.0.3

28 Sep 19:23
Compare
Choose a tag to compare
1.0.3 Pre-release
Pre-release
1.0.3

v1.0.2-beta1

25 Aug 23:50
Compare
Choose a tag to compare

Fixed non-String and non-Bytes values not sent in JSON with binary data
57cfd7b
destroy all subs in cleanup
ba50d00

1.0.0.1-beta1

20 Jul 07:40
Compare
Choose a tag to compare
1.0.0.1-beta1 Pre-release
Pre-release

Removed pcl and xamarin, added .NETStandard v1.3
Fixed Manager memory leak while reconnecting in .NET 4.5 #108
Fix Manager leak while reconnecting. (#107)

0.10.0-beta1

02 Apr 18:41
Compare
Choose a tag to compare
0.10.0-beta1 Pre-release
Pre-release

Quobject/EngineIoClientDotNet#31 mono 4.8.0 Cannot access a disposed object.

N.B. for this release:
on mono 4.8.0 .net40 causes error: System.ObjectDisposedException: Cannot access a disposed object.
Fix: replace SuperSocket.ClientEngine.dll that Nuget downloads for .net40 with the one for .net45 e.g. from below attached binary.

0.9.13

03 Jan 20:05
Compare
Choose a tag to compare