zeromq.node
zeromq.node copied to clipboard
Node.js bindings to the zeromq library
This relates to #275. When trying to send multipart messages and XPUB/XSUB proxy, the proxy is forwarding message part where the binding is expecting an integer, and crashes. problem can...
I don't know if this is an issue with the driver, with zeromq or if I'm doing something wrong. Anyway, the pub/sub within an 'inproc' is not working at all,...
I know on ZMQ's end it will throw, but I'm not sure how errors get propagated here / what to check for. What I'm looking to do is `sock.setsockopt(zmq. ZMQ_SNDTIMEO,...
When calling `pause()` on a pull socket, messages continue to be retrieved in the background. The only difference is that no `'message'` events are fired until `resume()` is called on...
Hello how to add security to push/pull pattern? I used this code and it works, but I wonder if this right ``` javascript // keys.js module.exports = { server: {...
Personally, I'm quite annoyed with Mocha and how it can sometimes hide stack traces from view. The `should` library annoys me an order of magnitude more. If nobody objects, I...
OK, this has happened to me twice, now. The first time I restarted the PC and it started working again, so it feels like some kind of resource problem where...
Post upgrading my MAC OS to Yosemtie, I am getting "Could not locate the bindings file" issue. I tried uninstalling and installing zeromq;zmq;pkg-config via brew. But still same issue. Please...
I've come across an issue similar to #442 still present in v2.5.13. This time happens with a sub socket. Here's a script that demonstrates the issue: ``` js var zmq...
[serialport] Success: "C:\Windows\System32\extramuros\node_modules\osc\node_modules\serialport\build\Release\serialport.node" is installed via remote npm ERR! Windows_NT 10.0.14393 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" npm ERR! node v4.6.0 npm ERR! npm v2.15.9 npm ERR! code...