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
// MessagePort object could not be found in transferred message ports
code = SerializationReturnCode::ValidationError;
returntrue;
}
kylecarbs
changed the title
Transfering MessagePort between worker threads doesn't work
Transfering MessagePort from worker thread does not work
Dec 22, 2024
It also works when transfering a MessagePort over another MessagePort, just not when going through postMessage directly from the parentPort.
kylecarbs
changed the title
Transfering MessagePort from worker thread does not work
Transferring MessagePort from worker thread does not work
Dec 23, 2024
What version of Bun is running?
1.1.42+50eec0025
What platform is your computer?
Linux 6.6.61 aarch64 unknown
What steps can reproduce the bug?
Run
main.js
.What is the expected behavior?
In NodeJS, output is as-expected.
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: