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 unable to load dbus when using worker threads. Instead I get "Error: Module did not self-register."
I've created a dbus worker threads gist to demo the error. I have been able to compile, pass all tests, and verify that changing to NAN_MODULE_WORKER_ENABLED does resolve the error message. However, I believe the long-term solution is to become context aware compatible if worker threads are to be supported.
The text was updated successfully, but these errors were encountered:
nanpx
added a commit
to nanpx/node-dbus
that referenced
this issue
Jan 13, 2020
I'm unable to load dbus when using worker threads. Instead I get "Error: Module did not self-register."
I've created a dbus worker threads gist to demo the error. I have been able to compile, pass all tests, and verify that changing to NAN_MODULE_WORKER_ENABLED does resolve the error message. However, I believe the long-term solution is to become context aware compatible if worker threads are to be supported.
The text was updated successfully, but these errors were encountered: