1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/plat/esp32
Andy Green c398920ab4 service: resurrect timeout_ms being -1 as return immediately
There's no longer any reason to come out of sleep for periodic service
which has been eliminated by lws_sul.

With event libs, there is no opportunity to do it anyway since their
event loop is atomic and makes callbacks and sleeps until it is stopped.

But some users are relying on the old poll() service loop as
glue that's difficult to replace.  So for now help that happen by
accepting the timeout_ms of -1 as meaning sample poll and service
what's there without any wait.
2019-09-12 14:03:36 +01:00
..
esp32-fds.c esp32: compiler complains about insert_wsi as macro 2019-07-02 08:54:29 +01:00
esp32-file.c rtos: add support for AMAZON_RTOS 2019-06-05 05:04:17 +01:00
esp32-helpers.c stats: move to pt and improve presentation 2019-08-12 06:18:04 +01:00
esp32-init.c rtos: use mbedtls random api 2019-08-08 09:45:09 +01:00
esp32-misc.c stats: move to pt and improve presentation 2019-08-12 06:18:04 +01:00
esp32-pipe.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-service.c service: resurrect timeout_ms being -1 as return immediately 2019-09-12 14:03:36 +01:00
esp32-sockets.c bzero: replace all with memset 2019-03-10 08:02:02 +08:00
esp_attr.h esp32: add local esp_attr 2019-07-13 15:05:55 -07:00
private.h esp32: compiler complains about insert_wsi as macro 2019-07-02 08:54:29 +01:00