From 51620523918f59a7bdc836cc4ea7c356ce3538c8 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Tue, 3 Oct 2017 07:25:06 +0200 Subject: [PATCH] Fixed polling subscription. --- .../CQRS/Events/PollingSubscription.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Squidex.Infrastructure.MongoDb/CQRS/Events/PollingSubscription.cs b/src/Squidex.Infrastructure.MongoDb/CQRS/Events/PollingSubscription.cs index 02bc20969..46f889d5f 100644 --- a/src/Squidex.Infrastructure.MongoDb/CQRS/Events/PollingSubscription.cs +++ b/src/Squidex.Infrastructure.MongoDb/CQRS/Events/PollingSubscription.cs @@ -86,6 +86,8 @@ namespace Squidex.Infrastructure.CQRS.Events } }); + DispatchAsync(new StartPoll()).Forget(); + break; }