johanhelsing / matchbox

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

bevy_ggrs example breaks silently if the signaling server isn't up #228

Closed simbleau closed 1 year ago

simbleau commented 1 year ago

If you run the bevy_ggrs example without the signaling server, it will fail to connect instantly, but the window continues to run saying "Waiting for 1 more players..." despite never making another attempt.

simbleau commented 1 year ago

This issue was stale. Recent testing, this no longer happens.