Hi all,
I'm using the Arduino Nano RP2040 Connect with WiFiNINA and WebSockets2_Generic to control the board via WebSockets.
It works fine with one client, but when a second client connects, the page won't load until the first one disconnects. I’ve tried both AP and Station mode, but the problem remains.
I read that WiFiNINA might only allow 2 TCP sockets total, which could explain this. Is this a known limitation? Any workaround?
Thanks!