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
Add a method to allow LifecycleManager to free keys (#138)
Currently there is no way to ever remove a key from the map, this can lead to accumulation of memory as it is strongly referencing the class.
This adds a new method so keys can be removed from the map
Fixes#74
Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
Co-authored-by: Christoph Läubrich <laeubi@laeubi-soft.de>
0 commit comments