8000
We read every piece of feedback, and take your input very seriously.
1 parent 450ca76 commit 1ebae1dCopy full SHA for 1ebae1d
README.md
@@ -18,7 +18,8 @@ a WebSocket Server and Client for Arduino based on RFC6455.
18
- max input length is limited to the ram size and the ```WEBSOCKETS_MAX_DATA_SIZE``` define
19
- max output length has no limit (the hardware is the limit)
20
- Client send big frames with mask 0x00000000 (on AVR all frames)
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
+ -
23
##### Supported Hardware #####
24
- ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino)
25
- ESP31B