Example #1
0
 public static async Task OnConnected(int userId, WebSocket socket, bool isGuest, string deviceId)
 {
     await SupportBaseSocketConnectionManager.AddSocket(userId, socket, isGuest, deviceId);
 }