Browse Source

Merge branch 'master' of github.com:Squidex/squidex

pull/131/head
Sebastian Stehle 9 years ago
parent
commit
0faa747334
  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