You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zmq_getsockopt with the ZMQ_FD option returns a file descriptor (or a socket on Windows). It would be good to connect this to the new FDWatcher interface that @loladiro recently added to Julia.
(It would also eventually be good to wrap zmq_getsockopt more generally, probably using a Julia interface similar to #20 for messages.)
The text was updated successfully, but these errors were encountered:
Hi @loladiro, no one has started this yet, and it would be great if you could work on it. We have been working on my fork (https://github.com/stevengj/ZMQ.jl), so if you could work off that it would be great.
zmq_getsockopt
with theZMQ_FD
option returns a file descriptor (or a socket on Windows). It would be good to connect this to the newFDWatcher
interface that @loladiro recently added to Julia.(It would also eventually be good to wrap
zmq_getsockopt
more generally, probably using a Julia interface similar to #20 for messages.)The text was updated successfully, but these errors were encountered: