Allow pasing orgId to select org to connect

This commit is contained in:
Owen
2025-11-03 16:54:38 -08:00
parent 352ac8def6
commit 46a4847cee
3 changed files with 18 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ func main() {
PingIntervalDuration: config.PingIntervalDuration,
PingTimeoutDuration: config.PingTimeoutDuration,
Version: config.Version,
OrgID: config.OrgID,
}
// Create a context that will be cancelled on interrupt signals