How Can I control error connections on URLStreamBuffered? #2214
-
|
Hi @pschatzmann , I try to knows when a connection failed with this below, but the process keeps in a loop without returning information. My idea was use status returned by begin, but the process keep in begin always even when http_reques fails as you can see below. Any solution? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Please provide a simple example sketch where I can reproduce this... |
Beta Was this translation helpful? Give feedback.
-
|
Actually, when getting Connect failed we should not wait for a reply... |
Beta Was this translation helpful? Give feedback.
Please provide a simple example sketch where I can reproduce this...