Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If the worker is not set in global scope, it gets GC'd #23

Open
jbardu opened this issue Oct 11, 2016 · 0 comments
Open

If the worker is not set in global scope, it gets GC'd #23

jbardu opened this issue Oct 11, 2016 · 0 comments

Comments

@jbardu
Copy link

jbardu commented Oct 11, 2016

Although this is a browser bug, many in-use versions of Chrome and possibly also Firefox and other browsers can GC web workers that don't have a reference in the window global scope.
This causes a lot of weird issues like everything appears to work - then suddenly no more messages from the web worker arrive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant