johanhelsing / matchbox

Painless peer-to-peer WebRTC networking for rust wasm (and native!)
Apache License 2.0
918 stars 76 forks source link

Ice gathering times out after 30 seconds in chromium on linux #35

Open johanhelsing opened 2 years ago

johanhelsing commented 2 years ago

image

johanhelsing commented 1 year ago

Checked again today, and this is still happening. Connections seem to still get established after the timeout, though. At least locally (haven't tested behind nat, but I suspect that won't work).

johanhelsing commented 1 year ago

Still broken on 4db1f49

simbleau commented 1 year ago

Still an issue? Related to #280 ?

johanhelsing commented 1 year ago

My guess is it's unrelated

Craig-Macomber commented 1 month ago

I'm seeing a delay that's specific to chromium (Does not impact Firefox or my desktop builds) which I assume is this issue with matchbox_socket = "0.10.0".

I noticed this since I use chromium since it supports source level debugging of WASM ( Instructions here: https://github.com/rustwasm/book/pull/321/files ). Maybe that will help debug it.

Glad to know this is a known issue and not something on my end.