Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
2.10.0
-
None
Description
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.