Nikita Ilin
Nikita Ilin
Hello @twsouthwick. Did you see the workaround that was supposed in https://github.com/dotnet/runtime/issues/1544 discussion?
@DarkWanderer the problem with that approach is that requests will be sent sequentially with no concurrency at all since we will use only one connection per server. That means no...
@MaceWindu yes, I just wanted to point out that suggested parameter "MaxConnectionsPerServer = 1" will make all queries made by same HttpClient sequential. That means that queries will not be...
Thank you for your answer! Official docs states that singleton HttpClient is one of best practice approaches - https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient-guidelines So I can imagine that someone will register HttpClient as singleton...
@DarkWanderer Sorry, I have one more question. How did you know that ClickHouse doesn't work well with same session from different tcp connection? Did you find an issue in ClickHouse...
@DarkWanderer thanks, I should have explained our case more. We have an ASP application that handles many concurrent users. Each user sends requests to our API. That single API request...
No, the same issue here (I've already tried that): ``` ``` The blue color is the background of Grid The yellow color is the background of Label
But the height is different. Do you see blue and yellow backgrounds?