You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My server returns data in single line. But if it is very large (a few dozen screens if use line-breaks, I may measure if needed), looks like URLSession calls didReceiveData with parts of payload. I found it here. So payload just comes broken.
The text was updated successfully, but these errors were encountered:
@neilco Thank you for pointing how to fix this, but I'm afraid I can't – I just don't know ObjC. I guess there should be some data concatenation and end detection logic implemented as well.
Extracted from #9 (comment)
My server returns data in single line. But if it is very large (a few dozen screens if use line-breaks, I may measure if needed), looks like URLSession calls didReceiveData with parts of payload. I found it here. So payload just comes broken.
The text was updated successfully, but these errors were encountered: