security-union / videocall-rs

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

Feature: Handling connection errors on the UI #52

Closed griffobeid closed 1 year ago

griffobeid commented 1 year ago

Is your feature request related to a problem? Please describe. The UI does not show when there are connection issues with the server. For example, if the server is not running it appears that the UI is able to connect to it when behind the scenes the connection is actually failing.

Describe the solution you'd like It would be nice to show the user that there is a problem connecting with the server somehow, then make the "close" button go back to the "connect" state.

darioalessandro commented 1 year ago

@griffobeid I think this is fixed?

griffobeid commented 1 year ago

Yes