Quote:
Originally Posted by pro4never
Indeed. I thought I already traded out the dictionary but apparently not.
Go to the clients dictionary in kernel.cs and change it to ThreadSafeDictionary. There's already a wrapper in the source for it.
Alternatively... re-write everything to use ConcurrentDictionary and take advantage of the lovely .net framework!
|
i must be code a ThreadSafeDictionary class by myself ?
or your source already code it ?