erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
900 stars 194 forks source link

bind "127.0.0.1:*" instead of "*:*" #142

Closed pfernie closed 7 years ago

pfernie commented 7 years ago

connecting() to an endpoint bound with wildcard (":") is not necessarily defined behavior, and does not work on windows. Use "127.0.0.1:*" instead in tests.