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