-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Saving all windows \ Browsers will not let the GC to free the memory associate with them.
Should be something like UnRegister
private static List<Browser> _allWindows = new List<Browser>();
private static void Register(Browser browser)
{
_allWindows.Add(browser);
if (browser.WindowHandle == null)
{
browser.WindowHandle = Guid.NewGuid().ToString().Substring(0, 8);
}
}Metadata
Metadata
Assignees
Labels
No labels