From 9b74bcfb818b15e6b4fbf2cbc08ca2af2f58ebf7 Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 8 Nov 2025 17:42:19 -0800 Subject: [PATCH] Dont close and comment out dont create --- olm/olm.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/olm/olm.go b/olm/olm.go index 069c15b..fb20e3f 100644 --- a/olm/olm.go +++ b/olm/olm.go @@ -52,9 +52,9 @@ type Config struct { // Source tracking (not in JSON) sources map[string]string - Version string - OrgID string - DoNotCreateNewClient bool + Version string + OrgID string + // DoNotCreateNewClient bool } var ( @@ -343,8 +343,6 @@ func TunnelProcess(ctx context.Context, config Config, id string, secret string, stopRegister = nil } - // close(stopHolepunch) - // wait 10 milliseconds to ensure the previous connection is closed logger.Debug("Waiting 500 milliseconds to ensure previous connection is closed") time.Sleep(500 * time.Millisecond)