コード例 #1
0
 private void RaiseError(PusherException error)
 {
     _currentError = error;
     _pusher.ErrorOccured(error);
     if (_connectionSemaphore != null)
     {
         _connectionSemaphore.Release();
     }
 }
コード例 #2
0
 private void RaiseError(PusherException error)
 {
     _pusher.ErrorOccured(error);
 }