Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement file-descriptor socket interface #22

Closed
stevengj opened this issue Jul 23, 2013 · 4 comments
Closed

implement file-descriptor socket interface #22

stevengj opened this issue Jul 23, 2013 · 4 comments

Comments

@stevengj
Copy link
Contributor

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.)

@Keno
Copy link
Contributor

Keno commented Jul 23, 2013

Did somebody already start on this? Otherwise I can do that for you quickly toady. It was on my todo list anyway.

@stevengj
Copy link
Contributor Author

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.

@Keno
Copy link
Contributor

Keno commented Jul 23, 2013

Sounds good. Will do.

@stevengj
Copy link
Contributor Author

fixed in commit ef127ca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants