- 
    Type:Bug 
- 
    Resolution: Fixed
- 
    Priority:Major - P3 
- 
    Affects Version/s: 2.10.0
- 
    Component/s: Connectivity
- 
    None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
If a timeout or cancellation request happens AFTER `socket.Connect` returns but BEFORE the `connected` variable is set to true the socket could be Closed before the Connect helper method returns:
The window for the race condition is VERY small and therefore low probability.