erickt / rust-zmq

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

Error: "failure to bind zmq socket", but the publisher still behaves functionally despite this. #390

Closed dlf-dds closed 6 months ago

dlf-dds commented 6 months ago

Fault was a silly mistake in my own code, attempting to initialize the same publishers twice. Closing this out.