Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing data at the end of a read #56

Open
Jeroen88 opened this issue Oct 31, 2021 · 1 comment · May be fixed by #67
Open

Missing data at the end of a read #56

Jeroen88 opened this issue Oct 31, 2021 · 1 comment · May be fixed by #67
Labels
type: imperfection Perceived defect in any part of project

Comments

@Jeroen88
Copy link

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);

@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Oct 31, 2021
@aentinger
Copy link
Contributor

Could you please provide a PR?

@pennam - we might need to copy this over to ArduinoIoTCloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants