Wayne Keenan
Wayne Keenan
Ping too.
Since the Apple Watch 8 has arrived it would be useful to have these.
I didn't think it would help a great deal and there's a load of 'private' stuff, but then that was a bit presumptuous/looks good enough from my POV. Sorry to...
all the blanked out lines are my code, the prior stack entry is: ``` 0x4010c0d8: webserver_websocket_broadcast at .../my_project/src/components/webserver_helper/webserver_helper.c:135 ```
It just seems to be a case of calling a websocket update on a stale handle
The API to publish a broadcast WS message is a NOP if no client has ever loaded the page. Please look at your example. But on reload the exact same...
In `esp32_https_server/src/WebsocketHandler.cpp` change: ``` ESP_LOGI( TAG, ``` to: ``` HTTPS_LOGI( ```
I'm not able to replicate this using the default picraftzero script. It would help if you could provide a bit more detail: 1. What script are you running? 2. Which...
Closing due to lack of activity. Please reopen with the requested info.