-
Notifications
You must be signed in to change notification settings - Fork 492
investigate non blocking connect #29
Comments
A non blocking implementation would add a new And the http connect version could return early rather than erroring: |
the HTTP client changes are more complex then just return. its only called in the connect shut be fast if the server is there, |
@Links2004 yes, I was planning to investigate exposing connect with #28 |
Note that this would be affected by #353. |
Like the idea using ESPAsyncTCP(as I am using it for other connections), can I suggest use injection to allow us choosing which type of connection to use? Also, should the scope of this library to a easier use of firebase API? |
apparently lwip support it: https://github.com/goertzenator/lwip/blob/master/contrib-1.4.0/apps/socket_examples/socket_examples.c#L25
The text was updated successfully, but these errors were encountered: