afnarqui / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Bug fix for Dokan Proxy .NET #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

First, thanks for really great job. 

In Dokan Proxy for .NET all access to 
"infoTable_" should be enclosed in
lock(infoTable_)
{
   infoTable_.something(...);
}
This will prevent infoTable_ dictionary to throw exception on insert.
I don't know if somebody else had problem with exception during key insert
into infoTable_, but lock around the infoTable_ access fixed the problem.

Original issue reported on code.google.com by ninkovsl...@gmail.com on 10 Mar 2009 at 9:41

GoogleCodeExporter commented 9 years ago
Thanks! This helped me get rid of some nasty exceptions.

Original comment by nile...@gmail.com on 20 Apr 2009 at 6:04

GoogleCodeExporter commented 9 years ago

Original comment by asa...@gmail.com on 5 Jul 2010 at 3:52