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
{{ message }}
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
The memory retain behavior that we've seen when creating multiple contexts can likely be resolved by manually cleaning all cross-context connections, per TJ.
We need to go to vet that we are cleaning these all of these references as part of the dispose operations.
The text was updated successfully, but these errors were encountered:
- Creates bootstrap code for data that doesn’t need to be run in the fruit loops context
- Adds dispose logic for the root location property accessor
- Moves client APIs into FruitLoops objects
Partial fix for #37Fixes#36
brianmcd/contextify#124 and related issues are most likely the primary cause of this. We should reevaluate this after that has made it into a release channel (or is deemed to be the incorrect fix)
The memory retain behavior that we've seen when creating multiple contexts can likely be resolved by manually cleaning all cross-context connections, per TJ.
We need to go to vet that we are cleaning these all of these references as part of the dispose operations.
The text was updated successfully, but these errors were encountered: