mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
fix(auto-cert): goroutine leaks
This commit is contained in:
parent
07eba99f2b
commit
a00a4f19d2
5 changed files with 9 additions and 3 deletions
|
@ -113,4 +113,6 @@ func autoCert(certModel *model.Cert) {
|
|||
notification.Error("Sync Certificate Error", err.Error())
|
||||
return
|
||||
}
|
||||
|
||||
close(logChan)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue