This sometimes occurs, mostly on cold start of the app. So far only seen on the emulator.
Online research suggests this happens when Content-Length is not matching the length of the actual data.
Already tried to read all bytes immediately (assuming the controller server will cut off the response if not read fast enough) without an effect.
This sometimes occurs, mostly on cold start of the app. So far only seen on the emulator.
Online research suggests this happens when
Content-Lengthis not matching the length of the actual data.Already tried to read all bytes immediately (assuming the controller server will cut off the response if not read fast enough) without an effect.