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
'm using an Arduino Uno R4 Wi-Fi (ESP32 S3) as a WebSocket server to communicate with a ROS2 client. The client connects successfully but immediately gets disconnected after the connection, even though there is no other client attempting to connect.
The server logs "client 0 connected", but then it logs "client 1 disconnected". Despite the successful connection, no messages are received from the client. I need to precise that my client works with another websockets server, then the issue seems to not be due to the client.
I’ve added debug prints in the webSocketEvent function but am unable to resolve the issue. Any help in understanding why there is another client that is disconnects right after connecting my client and how to ensure the server properly receives messages would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
'm using an Arduino Uno R4 Wi-Fi (ESP32 S3) as a WebSocket server to communicate with a ROS2 client. The client connects successfully but immediately gets disconnected after the connection, even though there is no other client attempting to connect.
The server logs "client 0 connected", but then it logs "client 1 disconnected". Despite the successful connection, no messages are received from the client. I need to precise that my client works with another websockets server, then the issue seems to not be due to the client.
I’ve added debug prints in the webSocketEvent function but am unable to resolve the issue. Any help in understanding why there is another client that is disconnects right after connecting my client and how to ensure the server properly receives messages would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: