From: Mark R. <ma...@la...> - 2015-07-23 09:24:58
|
On Thu, 23 Jul 2015 07:56:09 +0000, Jiří Činčura <ji...@ci...> wrote: > Hi *, > > Anybody willing to give me a code review? > https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/compare/DNET-607 Does the releasing/disposing also require locking on _syncroot? If so: release.AsParallel().ForAll(x => x.Dispose()); Might cause a deadlock. |