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