em-zeromq
em-zeromq copied to clipboard
Readable/writable attributes missing for Xsub/Xpub sockets
Unsure if this is being maintained, but unless manually enabled the Xsub socket won't process data. e.g.
xsub = zmq.socket(ZMQ::XSUB)
xsub.identity = "#{CLIENT_ID}-sub"
xsub.connect(SERVER_PUB_URL)
xsub.notify_readable = true
sorry, haven't touched the code in years.
-- Andrew Cholakian [email protected]
On Tue, Jan 15, 2019, at 8:25 PM, Alex Zepeda wrote:
Unsure if this is being maintained, but unless manually enabled the Xsub socket won't process data. e.g.
xsub = zmq.socket(ZMQ::XSUB) xsub.identity = "#{CLIENT_ID}-sub" xsub.connect(SERVER_PUB_URL) xsub.notify_readable = true— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andrewvc/em-zeromq/issues/26, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIBY4R48OXYgpY3ZnXbkI0z7AoCVihTks5vDo1_gaJpZM4aCL4H.
I’m afraid I’m no longer using this code either, so I guess the answer is no...