erickt / rust-zmq

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

Allow setting heartbeats #223

Closed rolftimmermans closed 5 years ago

rolftimmermans commented 5 years ago

This adds socket options for setting heartbeats. I see that many socket options are not implemented.

Would it be better to allow setting custom socket options so we're not dependent on upstream updates to set new options?

erickt commented 5 years ago

A very belated thank you! The tree diverged, so I manually rebased your patches in #231.