mnetship / ratsio

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

Master branch does not build #7

Closed geauxvirtual closed 4 years ago

geauxvirtual commented 4 years ago

The master branch currently does not compile.

PR #1 was merged recently, which changed method from_options to connect and method connect to generate_connect that also takes additional parameters. This broke PR #3 that was using the connect method for re-connection.

mnetship commented 4 years ago

Thanks, I've fixed compilation errors. but the master is not ready for a release. PR #1 is still breaking semantically, some futures are not polled. Do not use master in production.