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

Allow posting messages to web workers #9

Open
chemicstry opened this issue Jun 18, 2022 · 0 comments
Open

Allow posting messages to web workers #9

chemicstry opened this issue Jun 18, 2022 · 0 comments

Comments

@chemicstry
Copy link
Owner

Currently it's not possible to send/receive messages to/from web workers because library overtakes on_message callbacks.

It would be nice to somehow allow sending custom messages over API. It might also be possible to release on_message callbacks aftrer initialization and use channels for communication inside the library.

This feature would probably need a major rewrite as discussed in #8

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