Michael Bolliger
Michael Bolliger
Interesting is, that the delay for a call with a HTTP Client is as expected, less than a second:  ``` [HttpGet] [Route("www")] public async Task Www([FromServices] IHttpClientFactory httpClientFactory, CancellationToken...
Hi @colin-higgins Thanks for your quick answer. This flag was enabled during our intense testing about this case. Unfortunately, it does not improve the result as you can see on...
@colin-higgins Any updates on that?
I added some custom spans and it shows, that the con.OpenAsync() is the slow part. For every different connection, it takes again several seconds for the first time. What's happening...
Same issue here unfortunately.
Same here, any suggestions?
As we also see this issue in combination with Next.js, we initially thought it was a Next.js bug. The following issues may be related and eventually also resolved by this...