user no stays in cache forever, fix some hubs bugs and add new enpoints
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user