Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.1.0
-
None
-
None
Description
Currently the sender and receiver shims check for failures independently of each other. However, if the Sender shim fails, the receiver shim should be killed, as there is no point waiting for it. Currently, this allows the receiver to wait until the full duration of the test timeout before being killed.