launchdarkly / rust-eventsource-client

Server-sent events (SSE) client implementation for Rust
https://docs.rs/eventsource-client/latest/eventsource_client/
Other
70 stars 23 forks source link

Migrate to latest Tokio and Hyper #5

Closed mraerino closed 3 years ago

mraerino commented 3 years ago

Refactoring the Stream types to:

Notes:

samstokes commented 3 years ago

Hi @mraerino, wanted to let you know that I ported my fix from #6 to this branch and resolved the merge conflicts (Github allows me to push to your branch because you opened a PR for it), so I'm happy to merge this in now! Thanks again for taking the time to make these improvements and for contributing your work back so other folks can benefit.