1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 19:12:07 +02:00

Restructure telnet package

This commit is contained in:
Alexandre Iooss
2020-10-17 18:12:25 +02:00
parent f0990a630d
commit 88dfc22d81
5 changed files with 238 additions and 165 deletions

View File

@ -157,7 +157,7 @@ func statisticsHandler(w http.ResponseWriter, r *http.Request) {
stream, ok := streams[name]
if ok {
// Get number of output channels
userCount = stream.Count()
userCount = stream.ClientCount()
}
// Display connected users statistics