-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clear scope.disposables collection when disposing container to preven…
…t ConcurrentBag memory leak ConcurrentBag is using thread locals variables to store it's content. in some cases when the Bag contains elements that have circular references (reference an instance of this Bag) the whole graph of objects stay in memory if the Bag is not cleared before all references are released
- Loading branch information
1 parent
38e83d2
commit 3fa6197
Showing
2 changed files
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters