Пример #1
0
 void HandleConnectionStateChanged(object sender, PusherClient.ConnectionState state)
 {
     Debug.Log("Pusher connection state changed to: " + state);
 }
Пример #2
0
 void HandleConnectionStateChanged(object sender, PusherClient.ConnectionState state)
 {
     //msg = state.ToString();
     Debug.Log("Pusher connection state changed to: " + state);
 }