erickt / rust-zmq

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

Fix flaky `test_monitor_events` test #313

Closed kalcutter closed 3 years ago

kalcutter commented 3 years ago

Closing the client and server sockets at the same time allows each side to race to disconnect the peer. Close the server socket after it is "disconnected".