From 12c1918e2608062d85f80c6381b0cfaba79a1a63 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 9 Jun 2026 12:03:19 -0700 Subject: [PATCH] Include chainId for warning the user with an error --- olm/olm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/olm/olm.go b/olm/olm.go index b6dc330..f45a643 100644 --- a/olm/olm.go +++ b/olm/olm.go @@ -467,6 +467,7 @@ func (o *Olm) StartTunnel(config TunnelConfig) { "userToken": userToken, "fingerprint": o.fingerprint, "postures": o.postures, + "chainId": generateChainId(), // use a random chainId for registration updates - it won't be used for cancellation since registration is a one-time message but for tracking the session }, 2*time.Second, 20) // after 18 tries on the server side we send the error so dont change this without changing that // Invoke onRegistered callback if configured