hurricaneLTG
Results
2
issues of
hurricaneLTG
Here is the code that I use to subscribe to messages ``` var sockSecDef = zmq.socket('sub'); sockSecDef.on('message', messageHandlers.handleSecdefMessage); sockSecDef.connect(socketInfo.secdef); sockSecDef.subscribe(''); ``` This started breaking after this PR: https://github.com/JustinTulloss/zeromq.node/pull/395
Has anyone else tried this yet? Let me know and I can provide any other info required like install logs Thanks