We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using in mono, get a NullException in OnClose.
EngineIoClientDotNet/Src/EngineIoClientDotNet.mono/Client/Socket.cs
Line 1032 in 146fa0e
at Quobject.EngineIoClientDotNet.Client.Socket.OnClose(string reason, Exception desc)
at Quobject.EngineIoClientDotNet.Client.Socket.Close()
at Quobject.SocketIoClientDotNet.Client.Manager.<>c__DisplayClass5.b__2()
at Quobject.EngineIoClientDotNet.Thread.EasyTimer.<>c__DisplayClass1.b__0()
at System.Threading.Tasks.AwaitTaskContinuation.InvokeAction(object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, object state, bool preserveSyncCtx)
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, object state, ref Task currentTask)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Threading.Tasks.AwaitTaskContinuation.m__0(object s)
The text was updated successfully, but these errors were encountered:
@jmmortega do you find any solution? i meet same issue here
Sorry, something went wrong.
The commit 90dcb58 should fix this problem.
0.9.22
55df508
System.NullReferenceException Client Socket OnClose #15 System.Collections.Generic.KeyNotFoundException #14
0.9.13
2156b3b
Quobject/EngineIoClientDotNet#15 Quobject/EngineIoClientDotNet#14
No branches or pull requests
When using in mono, get a NullException in OnClose.
EngineIoClientDotNet/Src/EngineIoClientDotNet.mono/Client/Socket.cs
Line 1032 in 146fa0e
at Quobject.EngineIoClientDotNet.Client.Socket.OnClose(string reason, Exception desc)
at Quobject.EngineIoClientDotNet.Client.Socket.Close()
at Quobject.SocketIoClientDotNet.Client.Manager.<>c__DisplayClass5.b__2()
at Quobject.EngineIoClientDotNet.Thread.EasyTimer.<>c__DisplayClass1.b__0()
at System.Threading.Tasks.AwaitTaskContinuation.InvokeAction(object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, object state, bool preserveSyncCtx)
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, object state, ref Task currentTask)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Threading.Tasks.AwaitTaskContinuation.m__0(object s)
The text was updated successfully, but these errors were encountered: