Description
Target name(s)
ESP32-S3 DevkitC-1
Firmware version
latest - 1.8.1.370 ESP32-S3
Was working before? On which version?
No response
Device capabilities
No response
Description
When setting up a SoftAP the HttpListener sometimes does not accept any new requests.
How to reproduce
I started with the provided sample code "WifiAP" and would like to setup a simple Wifi Access Point with a very basic webserver. I tested with my Android phone to connect to the SSID and via Browser I requested http://192.168.4.1. The first request seems to work...
But especialy, when I connect my Smartphone to another SSID and then return back to my nanoFramework AP, no requests are accepted anymore and the browser just hangs.
It just seems that the socket listener just does not return anymore.
Here is my smaple code: https://github.com/Alex-111/WiFiAPTest/tree/master
Expected behaviour
I would expect that HttpListener always accepts webrequests,regardless if I connect my Smartphone to another WIFI and then later connect it again to the SoftAP.
Screenshots
No response
Aditional information
No response