vircadia / vircadia-web-sdk

Vircadia Web SDK - an SDK for the Vircadia platform that runs in your web browser.
Apache License 2.0
35 stars 29 forks source link

Revisit local and public SockAddr values. #252

Open ctrlaltdavid opened 1 year ago

ctrlaltdavid commented 1 year ago

Especially as sent in as sent in DomainConnectRequest and DomainListRequest packets. WebRTC 0.0.0.0:0 values are currently sent and this appears to trigger changing the user's session ID when connecting to a remote domain server (but doesn't trigger when using domain server on localhost or local network). The user's session ID should not change during connection, except to go from null to non-null value.