Browse Source

Fixed polling subscription.

pull/131/head
Sebastian Stehle 9 years ago
parent
commit
5162052391
  1. 2
      src/Squidex.Infrastructure.MongoDb/CQRS/Events/PollingSubscription.cs

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

@ -86,6 +86,8 @@ namespace Squidex.Infrastructure.CQRS.Events
} }
}); });
DispatchAsync(new StartPoll()).Forget();
break; break;
} }

Loading…
Cancel
Save