Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Patch Available
-
Patch
Description
In the Delphi test code, the test client closes the connection and then immediately reopens it. However, it takes a small amount of time for the server to tear down the connection and then rebuild it. In that time, the client has issued an Open() call on the pipe client when the server hasn't yet recreated the pipe.