-
Notifications
You must be signed in to change notification settings - Fork 9
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
experiment with web workers #211
Comments
note: when working on it look out for the cases when a worker can be suspended/terminated + potential other edge cases |
first POC can be a basic example app that uses lightpush/filter and connects with fleet nodes |
Might be useful to review for timeout bugs, or bugs related to too many connections being opened. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
web workers are a means to run scripts in a separate thread. it can be helpful to experiment with launching a waku node in a worker to notice differences, if any
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers
The text was updated successfully, but these errors were encountered: