From 96342ee61cf4f68cf6a23bf03dece9e4a5d67d7c Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Sun, 9 Jun 2024 21:51:53 +0200 Subject: [PATCH] update doc --- README.md | 1 + docs/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 61eb90b..9417b44 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo - Added all flavors of `binary()`, `text()`, `binaryAll()` and `textAll()` in `AsyncWebSocket` - Added `setCloseClientOnQueueFull(bool)` which can be set on a client to either close the connection or discard messages but not close the connection when the queue is full - [#29](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/29) ([@vortigont](https://github.com/vortigont)): Some websocket code cleanup +- Use `-D DEFAULT_MAX_WS_CLIENTS` to change the number of allows WebSocket clients and use `cleanupClients()` to help cleanup resources about dead clients ## Documentation diff --git a/docs/index.md b/docs/index.md index 61eb90b..9417b44 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,6 +31,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo - Added all flavors of `binary()`, `text()`, `binaryAll()` and `textAll()` in `AsyncWebSocket` - Added `setCloseClientOnQueueFull(bool)` which can be set on a client to either close the connection or discard messages but not close the connection when the queue is full - [#29](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/29) ([@vortigont](https://github.com/vortigont)): Some websocket code cleanup +- Use `-D DEFAULT_MAX_WS_CLIENTS` to change the number of allows WebSocket clients and use `cleanupClients()` to help cleanup resources about dead clients ## Documentation