When I run the program ./examples/WebSocketClient_Demo/WebSocketClient_Demo.ino, the program hangs at:
WebSocketClient_Demo.ino: line 86
WebSocketClient.cpp: line 146 -> the value returned by socket_client->available() is zero
Can you please suggest how I might fix this problem, even if that means using a different WebServer library. For my application, I only care about client functionality and would prefer to keep things as simple as possible.
On what hardware parts is this running? Post links to the used hardware!
When I run the program ./examples/WebSocketClient_Demo/WebSocketClient_Demo.ino, the program hangs at:
WebSocketClient_Demo.ino: line 86
WebSocketClient.cpp: line 146 -> the value returned by socket_client->available() is zero
You must use modified code as in the original code there is no such error message in that part of the code. And there's nothing wrong when socket_client->available() returns zero.