zeromq / zmq.rs

A native implementation of ØMQ in Rust
https://crates.io/crates/zeromq
MIT License
1.16k stars 100 forks source link

length of topics are different #142

Closed youngday closed 3 years ago

youngday commented 3 years ago

Error will occurred if topic have different length ,so compare length first.

Alexei-Kornienko commented 3 years ago

Sorry for slow reply. I'm quite busy lately...

Alexei-Kornienko commented 3 years ago

Minor formatting issues. Otherwise LGTM. Good enough to merge