Unity-Technologies / multiplayer-community-contributions

Community contributions to Unity Multiplayer Networking products and services.
MIT License
435 stars 163 forks source link

[Facepunch Transport] GET RTT DOES NOTHING!!! #247

Open Pixel-Gamer opened 8 months ago

Pixel-Gamer commented 8 months ago

in the script for Facepunch transport it just returns a 0 always no code or anything

public override unsafe ulong GetCurrentRtt(ulong clientId) { return 0; }