Dont close and comment out dont create

This commit is contained in:
Owen
2025-11-08 17:42:19 -08:00
parent 3398d2ab7e
commit 9b74bcfb81

View File

@@ -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)