You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we had a bug that caused an infinite Dispose loop see #1358
This was fixed on the 4.0.2 branch as part of this commit 71aa8ae however this is still not correct. It should actually be a thread safe implementation like how Windsor does it
So we had a bug that caused an infinite Dispose loop see #1358
This was fixed on the 4.0.2 branch as part of this commit 71aa8ae however this is still not correct. It should actually be a thread safe implementation like how Windsor does it
So tasks (on the
develop
branch).https://github.com/castleproject/Windsor/blob/master/src/Castle.Windsor/MicroKernel/DefaultKernel.cs#L234
isDisposing
noise codeThe text was updated successfully, but these errors were encountered: