Browse Source

Update QueryEventsBlock.cs

pull/1/head
Sebastian Stehle 9 years ago
committed by GitHub
parent
commit
73fdd04dc9
  1. 3
      src/Squidex.Infrastructure/CQRS/Events/Internal/QueryEventsBlock.cs

3
src/Squidex.Infrastructure/CQRS/Events/Internal/QueryEventsBlock.cs

@ -115,6 +115,9 @@ namespace Squidex.Infrastructure.CQRS.Events.Internal
}, ct.Token, null, lastReceivedEventNumber); }, ct.Token, null, lastReceivedEventNumber);
} }
} }
catch (OperationCanceledException)
{
}
catch (Exception ex) catch (Exception ex)
{ {
OnError?.Invoke(ex); OnError?.Invoke(ex);

Loading…
Cancel
Save