From ce66211c87a0a2b0a08b790bd6ab3619821c18a3 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Thu, 21 Feb 2019 11:25:10 +0300 Subject: [PATCH] Added TODO --- .../applications/AuthServer.Host/AuthServerHostModule.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/MicroserviceDemo/applications/AuthServer.Host/AuthServerHostModule.cs b/samples/MicroserviceDemo/applications/AuthServer.Host/AuthServerHostModule.cs index d147a49254..56d6c4900c 100644 --- a/samples/MicroserviceDemo/applications/AuthServer.Host/AuthServerHostModule.cs +++ b/samples/MicroserviceDemo/applications/AuthServer.Host/AuthServerHostModule.cs @@ -70,6 +70,7 @@ namespace AuthServer.Host options.ApplicationName = "AuthServer"; }); + //TODO: ConnectionMultiplexer.Connect call has problem since redis may not be ready when this service has started! var redis = ConnectionMultiplexer.Connect(configuration["Redis:Configuration"]); context.Services.AddDataProtection() .PersistKeysToStackExchangeRedis(redis, "MsDemo-DataProtection-Keys");