even more logs
Some checks failed
Build and Publish / BuildAndDeployAmd64 (push) Successful in 28s
Build and Publish / BuildAndDeploy (push) Has been cancelled

This commit is contained in:
matst80
2024-11-13 09:40:41 +01:00
parent 47f6269f60
commit 1e21275ad5
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ func CartDial(address string) (*CartClient, error) {
}
func (c *Client) Close() {
log.Printf("Closing connection to %s\n", c.PersistentConnection.address)
c.PersistentConnection.Close()
}