Exemplo n.º 1
0
 void HandleConnectionStateChanged(object sender, PusherClient.ConnectionState state)
 {
     Debug.Log("Pusher connection state changed to: " + state);
 }
Exemplo n.º 2
0
 void HandleConnectionStateChanged(object sender, PusherClient.ConnectionState state)
 {
     //msg = state.ToString();
     Debug.Log("Pusher connection state changed to: " + state);
 }