arduinoWebSockets icon indicating copy to clipboard operation
arduinoWebSockets copied to clipboard

arduinoWebSockets

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

Hey! i just started using this library recently, and whenever the esp disconnect and try to reconnect to a server, theres about 5 seconds delay in the loop, and my...

will wss (http://tools.ietf.org/html/rfc6455#section-3) be supported later ? kindly guide thanks

enhancement

I use SocketIOclient to connect with my localhost success but I can't connect with heroku. This is my code: `#include #include #include #include #include #include #include #define IN1 22 #define...

Hello! I'm using the wonderful library arduinoWebSockets on ESP32. I want to use a GSM modem to connect my client running on ESP32 with a remote server via Websocket. The...

help wanted

Is there any specific reason this library can be used only with one network interface at a time (decided at compile time using #define). I was exploring the possibly of...

Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x4016026c: c55edc4f 64c4cddc c44d6c44

Arduino:1.8.12 (Windows 7), Tarjeta:"ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 115200, None" C:\Users\DAVID MONTOYA\Documents\Arduino\libraries\WebSockets\src\WebSocketsClient.cpp:234:30: error: 'class WiFiClientSecure' has no member...

I am following [next guide](https://spring.io/guides/gs/messaging-stomp-websocket/) on how to set up Spring Boot STOMP over SockJS websocket server. Tested with Android client and it works as expected. But when using current...

every time q ran the code in arduino my vervidor crashes. #include #include #include #include // Enter a MAC address for your controller below. // Newer Ethernet shields have a...

I am trying to add WebSocket to my ESP32 project, but unfortunately the compiler fails. Following is the error message I get: > ... > Indexing .pio\build\esp32_dev\libc94\libArduinoJson.a Compiling .pio\build\esp32_dev\lib748\FS\FS.cpp.o Compiling...