Aypac / Arduino-TR-064-SOAP-Library

Arduino library for the TR-064 protocol, most commonly used by the Fritz!Box router API
Other
63 stars 21 forks source link

set Stream Timeout at readStringUntil() function to 40 milliseconds #58

Closed saak2820 closed 1 year ago

saak2820 commented 2 years ago

parsing the response XML with readStringUntil will result in timeout. #55 maximum milliseconds to wait for stream data, it defaults to 1000 milliseconds. this will set it to 40 milliseconds

Aypac commented 1 year ago

Three people have confirmed that this solves issues for them and the compiling tests are passing. That's good enough for me right now to merge this. Thank you for your contribution and sorry for the long delay!