Skip to content

Commit

Permalink
Properly cleanup periodic
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj authored Oct 24, 2024
1 parent 98da6ae commit 16f3ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/periodic/periodic.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ func (p *Periodic) Stop() {
p.cancel()
<-p.done
p.done = nil
p.cancel = nil
}

0 comments on commit 16f3ad2

Please sign in to comment.