Esempio n. 1
0
 private void RaiseError(PusherException error)
 {
     _currentError = error;
     _pusher.ErrorOccured(error);
     if (_connectionSemaphore != null)
     {
         _connectionSemaphore.Release();
     }
 }
Esempio n. 2
0
 private void RaiseError(PusherException error)
 {
     _pusher.ErrorOccured(error);
 }