user no stays in cache forever, fix some hubs bugs and add new enpoints

This commit is contained in:
2026-05-04 14:03:02 +02:00
parent 22e2d18810
commit 015c79bf09
14 changed files with 260 additions and 34 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ func ServeWsConnection(responseWriter http.ResponseWriter, request *http.Request
var user = types.User{WsConn: connection}
var isAuthenticated bool
var ignoreCache bool
var ignoreCache bool = true
defer func() { closeConnection(&user, ignoreCache) }()
for {