Search found 1 match

by yomboprime
Mon Aug 21, 2017 8:07 pm
Forum: Report Bugs
Topic: Can't write exactly 64 KBytes to socket
Replies: 0
Views: 2726

Can't write exactly 64 KBytes to socket

Hi, just discovered that I cannot write to a WiFiClient (WiFiClient.h) exactly 65536 bytes. I've tested some numbers of bytes from 1 to 80KBytes including 65535 and 65537 and it works fine. But with 64k I get this error in the Serial: [E][WiFiClient.cpp:223] write(): 104 The error happens in: size_t...