diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ func main() { // TODO: Add to the UID table and make actually unique UIDs go func() { defer func() { + client.Teardown() (*client.conn).Close() // TODO: Unified client clean-up }() |