johanhelsing / matchbox

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

fix: issue 391 #393

Closed simbleau closed 7 months ago

simbleau commented 7 months ago

Fixes a regression on WASM where if the peer hung-up in the middle of a connection, it would leave the wasm peer in a reproducible panic condition.

Fixes #391