This fork seems slow to connect the websockets. #65
Unanswered
FOHJimJohnson
asked this question in
Q&A
Replies: 2 comments 15 replies
-
the fork is used in many projects I know of also using websocket and this behaviour is not seen, so I don't know what to advise. |
Beta Was this translation helpful? Give feedback.
0 replies
-
trace it in the browser, devTools (F12 on windows), Network tab, then ctrl-R to capture and see where the delay actually is. |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just converted some of my projects over to this fork. Previously I used the me-no-dev version. I'm running it on both esp8266's and esp32's. since changing over I've noticed that the Web sockets take a long time (5-10 seconds) to connect after the page loads. Once it connects it responds quick as usual. I'm wondering if there is something that I should be doing (either in the HTML or the ESP) that would speed this process up? the users of the web page are not tech savvy and the delay may turn them into "button mashers"
Beta Was this translation helpful? Give feedback.
All reactions