:drunk: Write shit code trying to split up the Auth (WIP)
This commit is contained in:
@ -111,7 +111,7 @@ public class WebSocketService
|
||||
{
|
||||
if (_handlerMap.TryGetValue(packet.Type, out var handler))
|
||||
{
|
||||
await handler.HandleAsync(currentUser, deviceId, packet, socket, this);
|
||||
await handler.HandleAsync(currentUserId, deviceId, packet, socket, this);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user