This repository has been archived by the owner on Jan 21, 2025. It is now read-only.
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
You can continue the conversation there. Go to discussion →
Continuing discussion started here: esphome/ESPAsyncWebServer#38
Hi Matthieu,
I upgraded to 3.3.10
The good news is it compiles now,
The bad news is dat web socket data is not exchanged with the browser yet ...
MC webserver shows this in my serial output
Webserver: server.on serveIndex csdata 1061180544-24558 (/)αcaptivePortal 210 207
WS Client disconnected client: 2 ip:0.0.0.0 q:0 l:0 s:1 (#:0)
WS client connected client: 3 ip:192.168.1.183 q:0 l:0 s:1 (#:0)
Where esphome version shows this
Webserver: server.on serveIndex csdata 1061180676-24558 (/)αcaptivePortal 210 207
WS client connected client: 1 ip:192.168.1.183 q:0 l:0 s:1 (#:1)
So for some reason It disconnects ... you have any idea why?
Code changes can be found here: MoonModules/StarLight@daeda41
(which gives a good overview - for me at least - what needs to be changed in case of moving from esphome to your environment.)
So I also saw this is not compiling anymore:
wsBuf->lock(); and unlock
ws._cleanBuffers();
Is that not necessary anymore?
Quote 'Also maybe try to fix the warnings: there are so many 😅'
normally I only have warnings from imorted libraries so this was 'wip' warnings ;-)
The text was updated successfully, but these errors were encountered: