all clients should be saved in cache

This commit is contained in:
2026-03-16 18:02:32 +01:00
parent 66e189d247
commit bbd3d390c2
7 changed files with 150 additions and 33 deletions
-1
View File
@@ -5,7 +5,6 @@ import "sync"
var (
mu sync.RWMutex
ChatGroups = make(map[uint32]ChatGroup)
Clients = make(map[uint32]Client)
ClientsMap = make(map[uint32]map[uint32]*Client)
)