fix(signalr): delete state when cleaning state
This commit is contained in:
@@ -180,6 +180,7 @@ class Hub[TState: UserState]:
|
||||
return
|
||||
try:
|
||||
await self._clean_state(state)
|
||||
del self.state[client.user_id]
|
||||
except Exception:
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user