erickt / rust-zmq

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

Add test using the `ZMQ_CONFLATE` option receiver-side #297

Closed rotty closed 4 years ago

rotty commented 4 years ago

This seems to indicate that using ZMQ_CONFLATE works at least with a ZMQ_PUSH/ZMQ_PULL socket pair, and does not crash on a libzmq assertion, unlike experienced in #296.