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

Support over async-std runtime #7

Closed dak-x closed 3 years ago

dak-x commented 3 years ago

Hi! I require an async sse client that I can run over async-std runtime. Let me know of your views on adding a feature to the crate so that it can run over async-std (with the default being tokio). "hyper" needs to be run over this runtime for which the solution seems to be "https://github.com/async-rs/async-std-hyper". I could PR this hopefully within a day or two.

Thanks

dak-x commented 3 years ago

After some extensive searching I found a runtime agnostic sse-client. Thank you for your time. Sorry for the inconvenience. I'm closing this issue.