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
Jailed plugin created web workers but they are not properly being closed. This can be seen using chrome inspector. For every test a new webworker is created but they are never shutdown. These need to be cleaned up in the master branch.