summaryrefslogtreecommitdiffstats
path: root/app/web_hub.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/web_hub.go')
-rw-r--r--app/web_hub.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/web_hub.go b/app/web_hub.go
index c1c8cb7bb..971b03481 100644
--- a/app/web_hub.go
+++ b/app/web_hub.go
@@ -378,6 +378,7 @@ func (h *Hub) Start() {
atomic.StoreInt64(&h.connectionCount, int64(len(connections.All())))
case webCon := <-h.unregister:
connections.Remove(webCon)
+ atomic.StoreInt64(&h.connectionCount, int64(len(connections.All())))
if len(webCon.UserId) == 0 {
continue