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
I'm assuming something breaks inside the library code because it's not compatible with worker threads yet, since running the same code on the main thread works just fine. Would you be willing to make the library compatible with worker threads? Sadly I don't have the knowledge to do this myself.
The text was updated successfully, but these errors were encountered:
Hi @ncroese,
The logging issue you're facing is probably related to this Node bug related to worker threads: nodejs/node#30491
This is not to say that your feature request is not valid, it definitely is, but the logging issue could be a separate one.
The library does not seem to work inside a worker thread. When running the code below the result is not logged:
I'm assuming something breaks inside the library code because it's not compatible with worker threads yet, since running the same code on the main thread works just fine. Would you be willing to make the library compatible with worker threads? Sadly I don't have the knowledge to do this myself.
The text was updated successfully, but these errors were encountered: