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
Your zip library is synchronous. On a slow processor, this will completely freeze the application while it is reading large files. You should move it to a worker, to ensure that it doesn't freeze anything.
Your zip library is synchronous. On a slow processor, this will completely freeze the application while it is reading large files. You should move it to a worker, to ensure that it doesn't freeze anything.