Really shut down

This commit is contained in:
Ian Gulliver
2023-06-17 14:21:32 -07:00
parent a33043d40c
commit 152b30a10a
2 changed files with 9 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ func (c *Client) Close() {
defer c.mu.Unlock()
for _, target := range c.targets {
close(target.stop)
target.close()
}
}