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
BackgroundConnectionResetHelper (used when DeferConnectionReset = false, the default from 1.3.0 to 1.3.9 inclusive) appears to be the source of a number of bugs/deadlocks:
bgrainger
changed the title
Remove BackgroundConnectionResetHelper
Remove BackgroundConnectionResetHelper (used by DeferConnectionReset=true)
Jul 9, 2021
bgrainger
changed the title
Remove BackgroundConnectionResetHelper (used by DeferConnectionReset=true)
Remove BackgroundConnectionResetHelper (used by DeferConnectionReset=false)
Jul 9, 2021
BackgroundConnectionResetHelper
(used whenDeferConnectionReset = false
, the default from 1.3.0 to 1.3.9 inclusive) appears to be the source of a number of bugs/deadlocks:Its initial implementation added a lot of extra latency: #982
It was disabled by default in c4d66c0.
Remove the code (and ignore the connection string option) until a more robust implementation can be developed.
The text was updated successfully, but these errors were encountered: