mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user