-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Service Arch 2021-11-15, Service Arch 2021-11-22
-
151
-
2
ConnectionThread::_run can be called before the ConnectionThread object has finished being constructed, so then when it accesses _s, _s is sometimes not fully constructed.
The same is true in the SessionThread class
- depends on
-
SERVER-61016 Swallow connection reset-related errors received during ASIOSession creation on outbound connection.
- Closed