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
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Can't connect to AsyncWebSocketServer via javascript, tried with Firefox 105.0 in Ubuntu 20.02 LTS and Firefox 98.0.2 on Debian 10.
But I'm able to connect via Python 3.7.9.
Upload "PicoWAsyncSockAbare.ino" to RP pico W.
Open Serial Monitor to get IP-adress.
Try to connect with "AsyncSocCl.py".
(This will work fine)
Try to connect with Webbrowser (Firefox)..
(It does not work)
Am I do something wrong?
I think, I did understand AsyncWebServer_RP2040 is based on ESPAsyncWebServer.
After uploading ESP32AsyncSockAbare (same code) to ESP32 - Board (NodeEsp), connection is established with Webbrowser and with Python.