zeromq / zmq.rs

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

Working on reconnect logic #154

Open Alexei-Kornienko opened 2 years ago

Alexei-Kornienko commented 2 years ago

Initial prototype is working for GenericSocketBackend TODO:

Related to #143

Alexei-Kornienko commented 2 years ago

@poyea You may want to check this MR. I think that it can be used as part of reconnect logic implementation.