-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
Description
Hi, I'm writing a distributed engineering app with ZMQ. Some of my components will need to read from multiple sockets. I gather from the ZMQ documentation that I will need to use a Poller for this, however I do not see this in the Julia ZMQ implementation.
I see the POLLIN and POLLOUT constants are defined, but I don't see anything else. Is this a missing feature?