-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Fix for SqlConnection failure when having multiple concurrent users #26247
Conversation
@geleems please port this test to master as well. |
Any idea on the release date for this? |
Hello, |
2.0.6 is expected this month. |
@MStefanov The fix is available in SqlClient preview version 4.5.0-preview1-26216-02 |
Also the same fix is going in 2.0.6 |
What version of the System.Data.SqlClient NuGet package do we need for this fix? We are targeting .NET Core 2.2 and using 4.6 of the NuGet package but running in to very similar issues in our docker containers. Trying to determine how we can tell if our connections are using this fix. |
@dude0001 can you please open a new issue - either here or in https://github.com/dotnet/SqlClient |
This is a fix for issue https://github.com/dotnet/corefx/issues/25620
In .NET Core 2.0, SqlConnection failed on not many multiple concurrent users during ASP.NET web application load testing.