From de06175b8d7575f72518bd760af39818faa03590 Mon Sep 17 00:00:00 2001 From: speatzle Date: Sat, 31 May 2025 22:29:31 +0000 Subject: [PATCH] fix call --- worker/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/worker.go b/worker/worker.go index 98d6de9..f96cd94 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -95,7 +95,7 @@ func connectToServer(ctx context.Context, uuid uuid.UUID) { if c != nil { c.CloseNow() } - } + }() if err != nil { if res != nil {