From 1ebae1d3e1f8b72e366410b00fb216f09f618134 Mon Sep 17 00:00:00 2001 From: Nicholas Crumrine Date: Fri, 4 Mar 2016 14:19:19 -0600 Subject: [PATCH] Add note about delay() limitation. Change concerns issue https://github.com/Links2004/arduinoWebSockets/issues/58 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddf08c2..52e25ea 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ a WebSocket Server and Client for Arduino based on RFC6455. - max input length is limited to the ram size and the ```WEBSOCKETS_MAX_DATA_SIZE``` define - max output length has no limit (the hardware is the limit) - Client send big frames with mask 0x00000000 (on AVR all frames) - + - Functions called from within the context of the websocket loop might not honor `yield()` and/or `delay()`. See [this issue](https://github.com/Links2004/arduinoWebSockets/issues/58#issuecomment-192376395) for more info and a potential workaround. + - ##### Supported Hardware ##### - ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino) - ESP31B