Closed timetraveler90 closed 9 months ago
As I am not managing to find it anywhere in the doc nor the code I decided to ask here what are the limits for the payload size in kilobytes.
If possible provide me the example where it's set to be like that, please.
Thanks in advance.
Should be whatever the limit of maximumMessageSize is in URLSessionWebSocketTask which appears to be able a 1MB
maximumMessageSize
URLSessionWebSocketTask
https://stackoverflow.com/questions/77669132/what-is-the-default-value-for-maximummessagesize-in-urlsessionwebsockettask
Thanks for answering, appreciate it!
As I am not managing to find it anywhere in the doc nor the code I decided to ask here what are the limits for the payload size in kilobytes.
If possible provide me the example where it's set to be like that, please.
Thanks in advance.