First
!
I have a question about client requests.
- I'm trying to make assess the size of a request that I'm making of a server via RTC. Compression is enabled, so I can't just measure my inputs. How do I get the size of the (compressed) request to make sure it's not too big?
Thanks!