Anatolie Rotaru
Anatolie Rotaru
@lukesmolo Please show us the full code....
Tell me please, how long can a WebSocket Client connection be? I would like to send some sensor data over it in JSON, and the scenario is that sensor should...
I would be very happy if you could share an example how to use heartbeat. In another way I would like to ask if there are some possible limits or...
Hello again. Here i have a few questions: 1. Where should i call client.enableHeartbeat()? in "setup" will be ok? or in "loop" ? 2. pingInterval, pongTimeout are in milliseconds?
@Links2004 for "client" this solution seems to work fine. How about the same scenario but for "server" (I'm testing an ESP32 with WebSocket server behind NAT (Internet->Router(NAT)->Switch->ESP32 w LAN) and...
Hi, on my LilyGO + ETH-POE, I also got the same problem with WS Server, specially when my phone with WS client, move from 4G network to WiFi network
The problem is still actual, I'm working on a project (LilyGo Board with POE Eth), and yes, I simulate lost of internet (by pulling out the cable not from board,...
I confirm that the problem still persists! `"sequelize": "^6.37.3"`
> ```c++ > void WS_thread(void *pvParameters) > { > while (true) > webSocket.loop(); > } > > void setup() > { > //... > > xTaskCreatePinnedToCore( > WS_thread, //Task function...