Closed nathanwoctopusdeploy closed 1 year ago
Fix a Task.Delay leak in the PendingRequestQueue. In the case where an item arrives before the Task.Dealy completes we will leave the Task.Delay running and leak a timer.
Related to https://github.com/OctopusDeploy/Issues/issues/8266
Quality :heavy_check_mark:
Background
Fix a Task.Delay leak in the PendingRequestQueue. In the case where an item arrives before the Task.Dealy completes we will leave the Task.Delay running and leak a timer.
Related to https://github.com/OctopusDeploy/Issues/issues/8266
How to review this PR
Quality :heavy_check_mark:
Pre-requisites