erickt / rust-zmq

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

Address already in use (os error 48) - issues #360

Closed andrewdavidmackenzie closed 1 year ago

andrewdavidmackenzie commented 1 year ago

Occasionally my project using zmq crashes with this error printed to the terminal:

Address already in use (os error 48)

It is not printed from my code, and I can't find that text in zmq rust lib, so it's either printed by the underlying C/C++ lib, or passed back to zmq from it and printed.

From reading posts about that error message it seems to be due to a previous run not cleaning things up, but:

andrewdavidmackenzie commented 1 year ago

Appologies. I now this the source is elsewhere and this is not a zmq bug. Closing.