-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first http request is slow than following ones #599
Comments
Which branch? There is a sleep there is also ap scans in the bg possibly |
master branch, haven't tested other branches like dev or hotfixes? ive seen something like scanning aps in asyncwifimanager (line 443-449) maybe developer added that to make the esp never sleep! could we also do that in this library! |
You can try disabling sleep mode, I think the default is
Also maybe try a newer versions of esp lib |
This issue seems to be maybe related? |
alright im going to try this now, i could try dev branch without any documentations but not really familiar with c++, thanks :) |
Yeah no prob, it should work the same, it just some new stuff added |
testing development just tells me if this is a bug in wm or not, I have not personally noticed this issue but I will try to reproduce also if I have time |
this is just amazing, it was my phone, huawei p10 lite, i tried with my brother's huawei mate 10 lite and i got the portal right away so i think my phone has more apps than my brother's and those apps may be sending too many requests in the background as soon as it gets connected to any wifi :) for now closing it because it is still "may be" 😄 |
i edited the library files just to add few more buttons with javascript ajax alright so when i open the config portal with ip it takes around 5-10 seconds for the first time so its like when i turn off wifi on my phone come back again in few minutes, connect to it and then again it takes the same amount of time but just with the FIRST REQUEST so does esp8266 sleep when no requests are coming for specific period of time or what! kindly guide me on this and thank you so much for this amazing library <3
The text was updated successfully, but these errors were encountered: