Example #1
0
 public static async Task OnDisconnected(int userId, bool isGuest, string deviceId)
 {
     await SupportBaseSocketConnectionManager.RemoveSocket(userId, isGuest, deviceId);
 }