Skip to content

Commit

Permalink
Remove fixed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Oct 5, 2023
1 parent 1de0e27 commit 9a9a2d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion atp/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ func (c *client) Close() error {
// First, close channels that could send signals to the clients
// This ends the loop
for runID, signalChannel := range c.runningSignalReceiveLoops {
// TODO: Test why commenting this out results in a deadlock instead of just the steps finishing when they're supposed to.
c.logger.Infof("Closing signal channel for run ID '%s'", runID)
close(signalChannel)
}
Expand Down

0 comments on commit 9a9a2d0

Please sign in to comment.