ArduinoBearSSL
ArduinoBearSSL copied to clipboard
Missing data at the end of a read
Here the connection might already by closed but there may still be data available in the client's buffer. To work correctly, it should be changed to
return c->read(buf, len);
Could you please provide a PR?
@pennam - we might need to copy this over to ArduinoIoTCloud.