stefann63

Results 5 comments of stefann63

Probably related... Sometimes i will get this message printed over and over the serial port. ERROR: Too many messages queued It's printed from AsyncEventSource.cpp or AsyncWebSocket.cpp Message disappears after closing...

Added ws_station.cleanupClients(); to be called from loop(); every second i got new type of crashes after about 30 minutes. Running 6 WEB clients from 2 PC's and sending about 300bytes...

@beckmx i don't see in the trace info where in my code the problem originated. There are references to AsyncWebSocket.cpp and following is the code that sends data to the...

Lowering the traffic about two times make it way more stable. Now it works for days without restart.

Handling async events must be kept short and without system calls. I had same issue and got around by creating a global variable... uint16_t BackgroungCommand =0; Set this variable in...