8000
You must be logged in to vote
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji
reacted with thumbs down emoji
reacted with laugh emoji
reacted with hooray emoji
reacted with confused emoji
reacted with heart emoji
reacted with rocket emoji
reacted with eyes emoji
Replies: 1 comment
-
the discussion happened here #9073 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The WiFiClient uses Stream::_timeout for connect() timeout, write() timeout, hostByName timeout.
Is that intended? Default value of Stream::_timeout is 1 second. WiFiClient changes it ti 5000. That is too much for Stream timed read functions like the readBytesUntil function.
Other libraries have client.setConnectionTimeout. It was first used in the 2.0.0 version of the Ethernet library in 2018. There it is used in client.stop() too.
Beta Was this translation helpful? Give feedback.
All reactions