em-zeromq icon indicating copy to clipboard operation
em-zeromq copied to clipboard

Readable/writable attributes missing for Xsub/Xpub sockets

Open inferiorhumanorgans opened this issue 6 years ago • 2 comments

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

inferiorhumanorgans avatar Jan 16 '19 02:01 inferiorhumanorgans

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.

andrewvc avatar Jan 16 '19 13:01 andrewvc

I’m afraid I’m no longer using this code either, so I guess the answer is no...

mloughran avatar Jan 17 '19 12:01 mloughran