mumble-voip/mumble

Connection Dialog Should Display Ping Issues (timeouts, packetloss)

Open

#3,158 opened on Jul 9, 2017

View on GitHub
 (4 comments) (0 reactions) (0 assignees)C++ (1,062 forks)batch import
clientfeature-requesthelp wantedui

Repository metrics

Stars
 (5,642 stars)
PR merge metrics
 (Avg merge 6d) (7 merged PRs in 30d)

Description

I had internet connection issues the last two days and noticed the server stats are only updated on successful pings. That means that if you had 1 successful 30ms ping with user count and then none for 10 minutes the displayed info is 10 minutes old and wrong (/does not indicate connection issues).

If we start with timeouts we do not display anything. Maybe some negative feedback would be useful then as well (use case: user has only 1 favourite server; does not see that we ping unsuccessfully, connect button is greyed out).

Contributor guide