arduinoWebSockets icon indicating copy to clipboard operation
arduinoWebSockets copied to clipboard

arduinoWebSockets

Results 198 arduinoWebSockets issues
Sort by recently updated
recently updated
newest added

My error: ``` 15:00:17.519 -> .[WS-Client] Websocket Version: 2.3.6 15:00:17.566 -> [wsIOc] found EIO=4 disable EIO ping on client 15:00:17.566 -> [WS-Client] connect ws... 15:00:20.483 -> [WS-Client] connected to myvxk.sse.codesandbox.io:8080....

First off... Great work on this project!!! Senario: - Running WS server on ESP32 - Broadcasting data to all clients - Data sent : "0,0,0,0,0,0" - Zero's are decimal values...

I'm trying to hook the library to the baressl secureserver, but the websocket is immediately disconnected. I believe the TCP connection is opened but there is no 101 response from...

This is my code for esp8266 : `#include #include #include #include #include #include #include ESP8266WiFiMulti WiFiMulti; SocketIOclient socketIO; #define USE_SERIAL Serial void socketIOEvent(socketIOmessageType_t type, uint8_t * payload, size_t length) {...

Hey, I tried ESP32 example but I just keep getting "variable or field 'webSocketEvent' declared void" error. I don't know why and I don't really know how to fix it....

changing the pingInterval, pongTimeout of the heartbeat required accessing the library and making changes there. Instead have added a provision to set them up in the begin function itself, using...

Hi, when i run with "WEBSOCKETS_NETWORK_TYPE NETWORK_ESP8266" is GOOD But when i active NETWORK_ESP8266_ASYNC, then i can not server socket.io. This is log: ``` [WS-Client][sendHeader] sending header... Done (15217us). [WS-Server][0]...

bug
Async

### socket.io client getting connected disconnected repeatedly here is my code in .ino ``` #include #include #include #include #define ledPin D3 // Put all of your port here. const char...

Hey, I am unable to use `beginSSL` for Particle devices. Is it impossible to support SSL for STM32 based boards for this library or is it just not the priority...

a null pointer error occurred when client>WEBSOCKETS_SERVER_CLIENT_MAX