security-union / videocall-rs

teleconference system written in rust
https://www.videocall.rs
MIT License
1.36k stars 117 forks source link

Fix UI stuttering by playing key frames asap #91

Closed darioalessandro closed 1 year ago

darioalessandro commented 1 year ago

@griffobeid I need help with the state management after reconnect.

I see 2 bugs:

  1. Upon disconnect, seems like webtransport crashes internally over and over and the connection does not get terminated, so the reconnect logic does not trigger.

this is likely a bug inside yew-webtransport because it is not firing the closed callback.