diff --git a/lib/relay/client/dynamic.go b/lib/relay/client/dynamic.go index 25c67544..8e831ac1 100644 --- a/lib/relay/client/dynamic.go +++ b/lib/relay/client/dynamic.go @@ -33,7 +33,7 @@ func newDynamicClient(uri *url.URL, certs []tls.Certificate, invitations chan pr certs: certs, timeout: timeout, } - c.commonClient = newCommonClient(invitations, c.serve, c.String()) + c.commonClient = newCommonClient(invitations, c.serve, fmt.Sprintf("dynamicClient@%p", c)) return c }