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