-
Notifications
You must be signed in to change notification settings - Fork 196
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
SyncWorker failing with error #1091
Comments
I'm looking into this further as Sky Strife desperately needs the SyncWorker to handle the amount of state we are dealing with in the match structure. |
@holic I found what it is. |
Sounds good! Thanks for digging!On Jun 29, 2023, at 9:12 PM, Andy Cernera ***@***.***> wrote:
@holic I found what it is. devEmit was added as part of the event coming from the worker, but the function can't be serialized into JSON. As a quick fix I'm down to disable devEmit and break dev tools because we mainly need this for production deployments.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
#1109 PR opened here |
PR got merged (and SyncWorker is deprecated now) |
Something is getting passed to
postMessage
that is not serializable by a web worker.The text was updated successfully, but these errors were encountered: