Auto generate client id if not supplied

This commit is contained in:
Shelikhoo 2025-02-25 13:33:06 +00:00
parent b9cb3c9002
commit 558836210b
No known key found for this signature in database
GPG key ID: 4C9764E9FE80A3DC

View file

@ -88,7 +88,7 @@ func newWebRTCPeerWithNatPolicyAndEventsAndProxy(
natPolicy,
eventsLogger,
proxy,
turbotunnel.ClientID{},
turbotunnel.NewClientID(),
)
}