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
Original issue reported on code.google.com by
ninkovsl...@gmail.com
on 10 Mar 2009 at 9:41