fix(auto-cert): goroutine leaks

This commit is contained in:
Jacky 2025-02-05 20:59:09 +08:00
parent 07eba99f2b
commit a00a4f19d2
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
5 changed files with 9 additions and 3 deletions

View file

@ -113,4 +113,6 @@ func autoCert(certModel *model.Cert) {
notification.Error("Sync Certificate Error", err.Error())
return
}
close(logChan)
}