-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
System.InvalidOperationExceptionCollection was modified after the enumerator was instantiated. #23
Comments
A customer of ours reports the same exception on recent mono builds:
One interesting note from our logs is the following abnormal log messages:
This error may occur when SSL is in an exceptional state and behaving abnormally |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
System.Collections.Generic.Queue.Enumerator.MoveNext()
Quobject.SocketIoClientDotNet.Client.Manager.Cleanup()
Quobject.SocketIoClientDotNet.Client.Manager.<>c__DisplayClass3.b__1(object data)
Quobject.EngineIoClientDotNet.ComponentEmitter.ListenerImpl.Call(object[] args)
Quobject.EngineIoClientDotNet.ComponentEmitter.Emitter.Emit(string eventString, object[] args)
Quobject.SocketIoClientDotNet.Client.Manager.<>c__DisplayClass5.b__2()
Quobject.EngineIoClientDotNet.Thread.EasyTimer.<>c__DisplayClass1.b__0()
System.Threading.Tasks.AwaitTaskContinuation.InvokeAction(object state)
System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, object state, bool preserveSyncCtx)
System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, object state, bool preserveSyncCtx)
System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, object state, ref Task currentTask)
System.Threading.Tasks.AwaitTaskContinuation.m__0(object s)
System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(object state)
System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, object state, bool preserveSyncCtx)
System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, object state, bool preserveSyncCtx)
System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
System.Threading.ThreadPoolWorkQueue.Dispatch()
System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
The text was updated successfully, but these errors were encountered: