You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.