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 trying to use the worker_thread node feature to allow for a worker pool of pushers that are pre-connected to a sink. I keep getting the error "Module did not self-register" wherever I try to require zeromq in a worker thread context.
Has anyone been able to successfully use zeromq in a worker thread? I read here that it might be as easy as changing a line in the binding.cc file, but had no luck. Link below
I've published a version of zeromq-ng that works across threads (beta 27) and would like to encourage you to try it out to see if it solves your use case. Would love to hear more.
I'm trying to use the worker_thread node feature to allow for a worker pool of pushers that are pre-connected to a sink. I keep getting the error "Module did not self-register" wherever I try to require zeromq in a worker thread context.
Has anyone been able to successfully use zeromq in a worker thread? I read here that it might be as easy as changing a line in the binding.cc file, but had no luck. Link below
nodejs/node#21783 (comment)
The text was updated successfully, but these errors were encountered: