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.
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