<div dir="ltr">Hi Team,<div><br></div><div>We have perfectly working code on <br>  <TargetFramework>netcoreapp3.1</TargetFramework><br>that is compiled using <br>  FROM <a href="http://mcr.microsoft.com/dotnet/core/sdk:3.1-alpine">mcr.microsoft.com/dotnet/core/sdk:3.1-alpine</a> AS build<br></div><div>and run using <br>  FROM <a href="http://mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine">mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine</a> AS base</div><div>in docker container.</div><div><br></div><div>But when we upgrade the framework to<br>  <TargetFramework>net5.0</TargetFramework><br>compile using<br>  FROM <a href="http://mcr.microsoft.com/dotnet/sdk:5.0-alpine">mcr.microsoft.com/dotnet/sdk:5.0-alpine</a> AS build</div><div>and run using <br>  FROM <a href="http://mcr.microsoft.com/dotnet/aspnet:5.0-alpine">mcr.microsoft.com/dotnet/aspnet:5.0-alpine</a> AS base</div><div><br></div><div>Then there is no exception visible but initiator does not start session.</div><div><br></div><div>This is a known issue, we have very limited possibility to debug this at the moment, but does not see any GitHub issue on that.<br><br></div></div>