send close message
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 32s
Build and Publish / BuildAndDeploy (push) Successful in 2m40s

This commit is contained in:
matst80
2024-11-22 08:53:09 +01:00
parent af5b060d09
commit 354964040a
2 changed files with 27 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ func main() {
go func() {
sig := <-sigs
fmt.Println("Shutting down due to signal:", sig)
go syncedPool.Close()
app.Save()
done <- true
}()