I'm sure the problem you are having is not specific to the type of data structure you are using (in this case a hashtable). It is probably a basic "race condition" problem, typical of multi-threaded application accessing common resources.
See, in this case you have a single data...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.