erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
886 stars 189 forks source link

Added devices API #331

Open drbh opened 3 years ago

drbh commented 3 years ago

added the devices api to match functionality in pyzmq

I tried to follow the style of the library - please let me know if there are any changes needed before merging

tdudz commented 3 years ago

any updates on this? would like to see it get merged

tdudz commented 2 years ago

bump on this again, thanks

drbh commented 2 years ago

@erickt, any update on reviewing/merging this? Thanks

tdudz commented 2 years ago

ah ok i didn't see that device was deprecated. ill try switching over to proxy, thanks

erickt commented 2 years ago

@tdudz no problem! Please let me know if you still need this functionality, and we can try to come up with a way to implement it (since it seems pyzmq somehow does it)

tdudz commented 2 years ago

@erickt i just tested my project using proxy and it seems to work fine. sorry for all the trouble, i should have read the docs a little closer! appreciate the help though and thanks for the great zmq package