We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SocketWrapper library: MbedClient.connected() returns false even data are still available to read.
The Client connected() method is documented as
connected()
Whether or not the client is connected. Note that a client is considered connected if the connection has been closed but there is still unread data.
from https://www.arduino.cc/reference/en/libraries/ethernet/client.connected/ or https://www.arduino.cc/reference/en/libraries/wifi/client.connected/
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
SocketWrapper library: MbedClient.connected() returns false even data are still available to read.
The Client
connected()
method is documented asfrom https://www.arduino.cc/reference/en/libraries/ethernet/client.connected/
or https://www.arduino.cc/reference/en/libraries/wifi/client.connected/
The text was updated successfully, but these errors were encountered: