Skip to content

Instantly share code, notes, and snippets.

@Krilliac
Created October 17, 2020 07:53
Show Gist options
  • Save Krilliac/f1b241b4b085cf6a5538151da2f902f8 to your computer and use it in GitHub Desktop.
Save Krilliac/f1b241b4b085cf6a5538151da2f902f8 to your computer and use it in GitHub Desktop.
[02:42:29] System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext()
at Mangos.Cluster.Server.WC_Network.WorldServerClass.Ping(Object State) in D:\USB DRIVE SHIT\Work\MangosSharp\MangosSharp\Source\Services\Mangos.Cluster\Network\WC_Network.WorldServerClass.cs:line 187
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.TimerQueueTimer.CallCallback(Boolean isThreadPool)
at System.Threading.TimerQueueTimer.Fire(Boolean isThreadPool)
at System.Threading.TimerQueue.FireNextTimers()
[02:42:29] System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext()
at Mangos.Cluster.Server.WC_Network.WorldServerClass.Ping(Object State) in D:\USB DRIVE SHIT\Work\MangosSharp\MangosSharp\Source\Services\Mangos.Cluster\Network\WC_Network.WorldServerClass.cs:line 187
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.TimerQueueTimer.CallCallback(Boolean isThreadPool)
at System.Threading.TimerQueueTimer.Fire(Boolean isThreadPool)
at System.Threading.TimerQueueTimer.System.Threading.IThreadPoolWorkItem.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment