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
Error: Timeout: Did not receive an init message from worker after 60000ms. Make sure the worker calls expose().
at Timeout._onTimeout (/Applications/TidGi.app/Contents/Resources/app.asar/.webpack/main/file:/Users/runner/work/TidGi-Desktop/TidGi-Desktop/node_modules/threads/dist/master/spawn.js:35:53)
at listOnTimeout (node:internal/timers:557:17)
at processTimers (node:internal/timers:500:7)
But its hard to tell which one causes the error (I have multiple workers)
And this only happen on electron startup sometimes, not always, maybe listener registered too late? Can I delay the expose so the listener gets the message always?
The text was updated successfully, but these errors were encountered:
But its hard to tell which one causes the error (I have multiple workers)
And this only happen on electron startup sometimes, not always, maybe listener registered too late? Can I delay the
expose
so the listener gets the message always?The text was updated successfully, but these errors were encountered: