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
I tried the example as well as created another example with similar setup, but every new window adds atleast 45mb to memory and which doesn't get released when the window's are closed. also the window id doesn't reduce ( might be intentional ).
calling close() or destroy() raises not implemented platform exception also when called from sub windows.
The text was updated successfully, but these errors were encountered:
Hi everyone, has there been any update on this? I’m encountering the same issue. Every time I open a new window with WindowManagerPlus initialized, the memory isn’t released after closing the window.
I tried the example as well as created another example with similar setup, but every new window adds atleast 45mb to memory and which doesn't get released when the window's are closed. also the window id doesn't reduce ( might be intentional ).
calling close() or destroy() raises not implemented platform exception also when called from sub windows.
The text was updated successfully, but these errors were encountered: