Releases: Quobject/SocketIoClientDotNet
Releases · Quobject/SocketIoClientDotNet
1.0.8
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
1.0.6
1.0.5
1.0.4
1.0.3
v1.0.2-beta1
1.0.0.1-beta1
0.10.0-beta1
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.