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)