|
|
|
|
|
by testvox
2840 days ago
|
|
It may be sent to microsoft if a direct connection cannot be established between the liveshare clients (due to firewall/nat issues). In that case microsoft's servers act as a relay for both clients and therefore your code would be sent to microsoft owned servers. This relay feature can be disabled. More information available here. https://docs.microsoft.com/en-us/visualstudio/liveshare/refe... |
|
> Note that Live Share's cloud relay does not persist any traffic routed through it and does not "snoop" the traffic in any way.
So it sounds like it's your traditional NAT traversal with TURN/STUN, and their promise that they don't snoop if the end up relaying.
Very cool!