webclient GET not blocking #21130
storchalberto
started this conversation in
Ideas
Replies: 2 comments 24 replies
-
Just to be sure to understand your question |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is a minimalistic async web client implemented for Matter bridge support. But it's primarily designed for Tasmota http, so very limited in features. |
Beta Was this translation helpful? Give feedback.
23 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it would be useful to have a non-blocking function equivalent to .GET until the response, so as not to block the system until the response arrives and to subsequently be able to verify the arrival of the response via get_size. It would therefore also be necessary to implement a function that allows you to recover the HTTP result when the get_size returns a value other than -1
Beta Was this translation helpful? Give feedback.
All reactions