Whats the object lock thingy called for synchonization?? Getting this error: Code: [13:31:04:576] System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at Styx.Plugins.PluginWrapper.Pulse() I can't remember the lock to sync it, anyone got any ideas?
Doesn't matter anymore I corrected problem, it wasn't synchronization I was enumerating through a list and checking then removing it while in the enumeration.