Skip to content

Commit bc58d75

Browse files
committed
Merge pull request #59 from uncletammy/patch-1
Added note about delay() limitation.
2 parents 450ca76 + 1ebae1d commit bc58d75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ a WebSocket Server and Client for Arduino based on RFC6455.
1818
- max input length is limited to the ram size and the ```WEBSOCKETS_MAX_DATA_SIZE``` define
1919
- max output length has no limit (the hardware is the limit)
2020
- Client send big frames with mask 0x00000000 (on AVR all frames)
21-
21+
- 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.
22+
-
2223
##### Supported Hardware #####
2324
- ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino)
2425
- ESP31B

0 commit comments

Comments
 (0)