mnetship / ratsio

NATS & NATS Streaming Server client library for Rust
MIT License
50 stars 22 forks source link

Send connect op when reconnecting #3

Closed davidMcneil closed 5 years ago

davidMcneil commented 5 years ago

It appears that the CONNECT op is not sent when reconnecting. This change sends the CONNECT op.

Signed-off-by: David McNeil mcneil.david2@gmail.com