I can’t find it now, but I got the idea that remote event data size in bytes was just the string length of the JsonEncoded data
I’m currently compressing a number down to 2 bytes, but if remote events jsonEncode before sending, I’m not really saving much bandwith.
And in some cases it actually makes it worse.
-
Do remote events use JsonEncoding before sending data
-
And if so how can I avoid using characters from string.pack() that add an extra 5 bytes?