Spencer C. Imbleau

Results 183 comments of Spencer C. Imbleau

This seems like a webrtc issue that will solve itself with time. Just needs more attention on the webrtc side. It seems there's 0 urgency on it, because no one...

Closing because it's not our bug

I haven't looked into QUIC yet much at all, so I googled compatibility with WASM. At the moment, not a shot. Solely because Safari doesn't support this https://caniuse.com/webtransport In the...

@johanhelsing Imo any experimental backends like webtransport or QUIC would warrant a new crate. I think this crate is focused on webRtc and will remain that way, since it's embedded...

Ah, so the issue is that a disconnection can be reported before the connection, assuming the events happen close together

> I noticed yesterday that it's also possible to get only a `Disconnected` by itself if a peer tries to connect, but ice gathering fails. Are we tracking this in...

@johanhelsing thoughts? I guess I'm ok with it but I think it's not necessary The `receive` is non-panicky already, and we have `.is_closed` to check if the socket is closed...

I'm just curious, but why not just an API to negotiate ping to a specific peer? Ideally without needing to negotiate the answer/offer first! I want to tell users the...

> @simbleau should the `css!` macro be invoked in a function-like way? e.g. `css!()` instead of `css!{}`? > > I've also found that stylist's ability to use bare css doesn't...