tag
#bandwidth
2 items (2 fixes)
fixes
✓ 26.07.22
"Connection.Stats reads zero on a local two-instance session"
Networking.HostStats and Connection.Stats read zero on a local loopback two-instance session, including Ping and ConnectionQuality, so a bandwidth instrument built on those fields latches zero even while traffic flows. Count bytes at the application layer instead.
networkingbandwidth
✓ 26.07.22
"Sandbox.Json.Serialize always writes indented JSON"
Sandbox.Json.Serialize always emits pretty-printed JSON and exposes no public option to disable it: every network payload pays a whitespace tax. Re-drive the same serializer through a compact writer for a 41–56% size cut.
jsonnetworking