Martin 2bam
Martin 2bam
### Problem `AsyncWebSocketControl` packets were being sent more than once by `AsyncWebSocketClient::_runQueue()`. This blocks sending queued packets and eventually trigger `ERROR: Too many messages queued` serial message. This PR adds...
EDIT: Already found the problem. Added a PR with the full description and solution https://github.com/me-no-dev/ESPAsyncWebServer/pull/1390 --- I think it's an omission here https://github.com/me-no-dev/ESPAsyncWebServer/blob/f71e3d427b5be9791a8a2c93cf8079792c3a9a26/src/AsyncWebSocket.cpp#L527 I believe it should do the same...
## Issue description It would be a nice feature to have a non-template casting function using type_info for non-virtual types. I gather pybind11 for static-types binds the type_info to the...
## Issue description I'm trying to make a holder type for versioned weak pointers (w/indexed pools), as many videogames do for the entitiy-component-system pattern. So the smart pointer is actually...
Flags bad modification and access dates and times (ERROR: bad date ...) as dirty so fsck can fix them.