EthernetClass::socketRecvAvailable()
is not updated when called multiple times
#259
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
When
EthernetClass::socketRecvAvailable()
is called multiple times, i.e. to wait for a minimum number of chars to reac, the returned number of recived bytes is not updated in between.SSLClient (https://github.com/govorox/SSLClient.git) needs this in ssl__client.cpp, where in
client_net_recv_timeout
the process will wait until the expected number of bytes is received or a timeout is triggers.This solves the problem I have with SSLClient
The text was updated successfully, but these errors were encountered: