Exemplo n.º 1
0
 /// <summary>
 /// Sends a disconnect request to the server and stop the SignalR connection.
 /// </summary>
 public static void Stop()
 {
     PlayFabHttp.StopSignalR();
 }