We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MbedClient.setTimeout
Stream.setTimeout
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
MbedClient has setTimeout instead of setConnectionTimeout. setTimeout shadows Stream.setTimeout
MbedClient
setTimeout
setConnectionTimeout
The text was updated successfully, but these errors were encountered:
Meanwhile I tested this timeout and it doesn't work for connect. It is not possible to do timeout on connect with Mbed.
connect
I would recommend to rename to function to SetSocketTimeout
Sorry, something went wrong.
I've not tested it, but i think this is the reason ARMmbed/mbed-os#13056 (comment)
Got it! Thanks!
Successfully merging a pull request may close this issue.
MbedClient
hassetTimeout
instead ofsetConnectionTimeout
.setTimeout
shadowsStream.setTimeout
The text was updated successfully, but these errors were encountered: