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
but worker.send (message) takes only one argument skipping transfer so no transferring happens. See worker.js: 27
worker.send = function (message) {
postMessage(message);
};
The text was updated successfully, but these errors were encountered:
LeonidPolukhin
changed the title
Transfer from a webworker to the main thread doesn't work in browser.
Transfer from a worker to the main thread doesn't work in browser.
Jun 20, 2024
@LeonidPolukhin 我同样遇到了这个问题,我将 workerpool 的版本改为 9.1.1 就可以正常运行了
"I encountered the same issue. I changed the version of workerpool to 9.1.1, and it runs normally now."
Worker returns Transfer object like
In worker.js:
but worker.send (message) takes only one argument skipping transfer so no transferring happens. See worker.js: 27
The text was updated successfully, but these errors were encountered: