You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading a 10MB VARBINARY(MAX) value asynchronously takes around 5 seconds my machine, while doing the same synchronously takes around 20ms. Increasing the data size to 20MB increases the running time to around 52 seconds.
We haven't received reports that it affects us possibly because the threshold is high and we recommend not having messages that size (or even a tenth of that size). This issue is to track whether users are affected by this bug in case there is something we can do to work around it in the short term.
The following bug was identified in the SqlClient: dotnet/SqlClient#593
From the issue:
We haven't received reports that it affects us possibly because the threshold is high and we recommend not having messages that size (or even a tenth of that size). This issue is to track whether users are affected by this bug in case there is something we can do to work around it in the short term.
See also:
The text was updated successfully, but these errors were encountered: