From ea997cf97761666e9ea102896904fa2a653361f2 Mon Sep 17 00:00:00 2001 From: Markus Sattler Date: Wed, 16 Mar 2016 16:25:31 +0100 Subject: [PATCH] update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c174569..c625942 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,11 @@ 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. - - + + ##### Limitations for Async ##### + - Functions called from within the context of the websocket event 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. + - wss / SSL is not possible. + ##### Supported Hardware ##### - ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino) - ESP31B @@ -46,8 +49,6 @@ The mode can be aktivated in the ```WebSockets.h``` (see WEBSOCKETS_NETWORK_TYPE [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) libary is required. -Note: in this mode wss / SSL is not possible. - ### Issues ### Submit issues to: https://github.com/Links2004/arduinoWebSockets/issues