Browse Source

Update PollingSubscription.cs

pull/131/head
Sebastian Stehle 9 years ago
committed by GitHub
parent
commit
78362ecc1e
  1. 2
      src/Squidex.Infrastructure.MongoDb/CQRS/Events/PollingSubscription.cs

2
src/Squidex.Infrastructure.MongoDb/CQRS/Events/PollingSubscription.cs

@ -124,7 +124,7 @@ namespace Squidex.Infrastructure.CQRS.Events
{
try
{
await store.GetEventsAsync(e => DispatchAsync(e), disposeToken.Token, streamFilter, position);
await store.GetEventsAsync(DispatchAsync, disposeToken.Token, streamFilter, position);
await DispatchAsync(new StopPoll());
}

Loading…
Cancel
Save