Lonami / grammers

(tele)gramme.rs - use Telegram's API from Rust
https://t.me/gramme_rs
Apache License 2.0
563 stars 117 forks source link

Reconnection policies are not in the released crate #205

Closed dredozubov closed 1 year ago

dredozubov commented 1 year ago

I was trying to recreate a reconnection example, and I realized ReconnectionPolicy was added later than 0.4.0 was released as a crate. Do you think you can release a newer version with upstream changes?

Lonami commented 1 year ago

Will try to find some time to submit a new release. However, I'd still suggest using the git version:

grammers-client = { git = "https://github.com/Lonami/grammers" }

Maybe I'll update the crates.io README to include this as well.

Lonami commented 1 year ago

Should be out.

dredozubov commented 1 year ago

Thank you, @Lonami. I was using the git version in the meantime. Great to see it in an upstream, I'm going to switch to a crate version now.