SSE not working #166
Replies: 4 comments 3 replies
-
@vortigont : can you please check ? |
Beta Was this translation helpful? Give feedback.
-
let me see |
Beta Was this translation helpful? Give feedback.
-
ugh... looks like |
Beta Was this translation helpful? Give feedback.
-
Bonjour Mathieu, Hi Vortigont, I recompile all my SSE project with 3.4.0 and now, all SSE events works ! The example/sse_perftest (rework SSE handling) also work. Thank you very much Vortigont for your efficiency. Merci Mathieu pour la rapidité de la prise en charge du problème. Jean T Beaupré, Québec |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I decide to port all my projet from me-no-dev/ESPAsyncWebServer to mathieucarbou/ESPAsyncWebServer . All my SSE project work fine with me-no-dev/ESPAsyncWebServer but no one work with mathieucarbou/ESPAsyncWebServer.
All project compile fine and start without error. ESP32 serial monitor log each events.send but the browser receive nothing on console log. I tried with your example/sse_perftest (rework SSE handling) and nothing work.
Someone has a working sketch compatible with mathieucarbou/ESPAsyncWebServer to test it.
Environment :
Arduino IDE 2.3.4
ESP 3.0.7
mathieucarbou/AsyncTCP 3.2.14
mathieucarbou/ESPAsyncWebServer 3.3.23
I also tried with mathieucarbou/AsyncTCPSock without success
For example, the sketch https://randomnerdtutorials.com/esp32-web-server-sent-events-sse/ work fine with me-no-dev/ESPAsyncWebServer but not with mathieucarbou/ESPAsyncWebServer. Perhaps, i missed somethings when i read the documentation.
Beta Was this translation helpful? Give feedback.
All reactions