aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 75afd08..b730b9d 100644
--- a/main.go
+++ b/main.go
@@ -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
}()