-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Category: ControllerRelated to interaction with other platformsRelated to interaction with other platformsCategory: StabiliyThings that work, but not as long as desiredThings that work, but not as long as desiredCategory: WifiRelated to the network connectivityRelated to the network connectivityType: BugConsidered a bugConsidered a bug
Description
As suggested by @clumsy-stefan here: #1669 (comment)
The suggested fix is based on this PR in the ESP8266 Arduino examples. (PR 5113)
I would like to know if someone who is experiencing issues with slow servers, if they see this line in the logs:
"Timeout while reading input data!"
If so, please report it, so I can make the timeout setting configurable.
Later I will make the function safeReadStringUntil use a callback construction and let it operate async.
For now the function is blocking, so it may cause all kind of issues.
Metadata
Metadata
Assignees
Labels
Category: ControllerRelated to interaction with other platformsRelated to interaction with other platformsCategory: StabiliyThings that work, but not as long as desiredThings that work, but not as long as desiredCategory: WifiRelated to the network connectivityRelated to the network connectivityType: BugConsidered a bugConsidered a bug