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

SocketWrapper: avoid Stream setTimeout shadowing #769

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

pennam
Copy link
Contributor

@pennam pennam commented Nov 22, 2023

Shoould fix #728

@JAndrassy
Copy link
Contributor

JAndrassy commented Nov 22, 2023

it is not a connection timeout as setConnectionTimeout should do!
it is timeout on other operations, not on connect.
I recommend the name setSocketTimeout.

libraries/SocketWrapper/src/MbedClient.h Outdated Show resolved Hide resolved
@pennam pennam requested a review from facchinm January 5, 2024 08:59
@facchinm facchinm merged commit fb002d4 into arduino:main Jan 9, 2024
11 checks passed
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.

SocketWrapper library: MbedClient.setTimeout shadows Stream.setTimeout
3 participants