* don't null user on context; it should always be non-null
This commit is contained in:
parent
14d6904162
commit
30b3098244
|
|
@ -125,8 +125,6 @@ module JamWebsockets
|
|||
if user_contexts.length == 0
|
||||
@user_context_lookup.delete(client_context.user.id)
|
||||
end
|
||||
|
||||
client_context.user = nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue