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
Is this getting fixed in 0.10.0? Seems like a lot of time has gone by and still get Err on the call, but if I back down to the following config
[dependencies] zmq = { version = "0.9.2", features = ["vendored"] }
Then it seems to work.
Is there any chance that #400 gets merged?
In my project it is mandatory to use CurveZMQ and I'm now forced to go back to version 0.9.2 of the zmq crate.
Hi I am running on debian 12,5
I have a zeromq python client script working fine that includes the line
this script works fine and i need to translate it to rust
but I get errors when doing
I get the error
Err(Operation not supported)
Is the a feature I need to enable. I can see one from the docs
I am using versions
Thanks
The text was updated successfully, but these errors were encountered: