Results 38 issues of Onè

You don't say that you work on WASM but you also don't say that you don't. I tried it to see if it would work because when I think of...

I'm not very sure of this one but based on my understanding it would propagate the panic to the current task which would again be caught by the executor

I got cookies working for WASM to the best of my knowledge. I tested it in my use case and it works. I'm not sure how to add tests for...

Not sure if you wanted to upgrade but I am debugging an issue in my app and did the upgrade to be able to test so created a PR in...

include in changelog

* Closes #56

include in changelog

- Provides a feature flag to enable ring to serve as a default crypto provider - Ensures that tls support is still provided even if tokio is enabled. Closes: #57

include in changelog

**Problem:** I have the `tls` feature enabled and when I try to connect to secured connections (WSS) I get ``` URL error: TLS support not compiled in ``` I've discovered...

For public facing sites the `rustls-tls-webpki-roots` on `tungstenite` that is enabled when the `tls` [feature](https://github.com/rerun-io/ewebsock/blob/636d3912e1d2e7389f343774a1ad8f8ec77df085/ewebsock/Cargo.toml#L26C1-L26C46) is enabled is fine. However, I was working on an internal service and we have...

This turned out to be a bigger PR than I planned. But submitted for review as I'd already completed it to the best of my ability. There are open questions...