Skip to content

Commit

Permalink
Remove race condition in WhenRpcRetriesTimeOut_DuringUploadFile_TheRp…
Browse files Browse the repository at this point in the history
…cCallIsCancelled (#751)
  • Loading branch information
LukeButters authored Dec 19, 2023
1 parent a02c582 commit bf69ed8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public async Task WhenRpcRetriesTimeOut_DuringUploadFile_TheRpcCallIsCancelled(T
{
// Kill the port forwarder so the next requests are in the connecting state when retries timeout
Logger.Information("Killing PortForwarder");
portForwarder!.Dispose();
portForwarder!.EnterKillNewAndExistingConnectionsMode();
}
else
{
Expand Down

0 comments on commit bf69ed8

Please sign in to comment.