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

Do not set full flag if remaining size if 0 #91

Conversation

sandeepmistry
Copy link
Contributor

This tries to resolve #86. Without this change the request for the RSSI from the WINC1500 would timeout and return 0, if there was any pending data in sockets (on non-AVR).

@michael71 please try this change out and report your feedback. Branch can be found here: https://github.com/sandeepmistry/WiFi101/tree/socket-buffer-full-remaining-only

@sandeepmistry sandeepmistry force-pushed the socket-buffer-full-remaining-only branch from 41f60df to 9ad6817 Compare August 24, 2016 16:39
@agdl agdl merged commit d27bf7c into arduino-libraries:master Sep 8, 2016
@sandeepmistry sandeepmistry deleted the socket-buffer-full-remaining-only branch September 8, 2016 15:25
@michael71
Copy link

looks o.k. so far! (however, I could not do many tests)

@sandeepmistry
Copy link
Contributor Author

@michael71 thanks for the update, we've release a new v0.10.0 version that includes the change.

Please let us know how your testing goes once you are able to run more tests :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WiFi.status() == WL_CONNECTED although connection lost and WiFi.RSSI() == 0
3 participants