You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not blocking the ESP module process acting as a server to respond to HTTP requests addresses concurrent processing needs. It brings benefits but requires developer skills.
You can see it in the posted issue of the ESPAsyncWebServer repository. Many people do not understand what "asynchronous" means.
I have developed AyncAutoConnect not implemented AutoConnectAux, but no plan to publish the repository, yet.
@v-c I hope to publish someday but it's still incomplete. In particular, there are few problems with the method of migrating WiFi connection waiting- process from while loop to event-driven.
Is there any advantage to using espasyncwebserver instead? If so, how would you implement it?
Thanks!
The text was updated successfully, but these errors were encountered: