Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit b101022

Browse files
authored
v1.3.1 to improve AsyncWebSockets
#### Release v1.3.1 1. Improve robustness of AsyncWebSockets server. Check [AsyncWebSocketServer_RP2040W crashes with "[AWS] ERROR: Too many messages queued" #6](#6) 2. Add example [Async_WebSocketsServer_Xtreme](https://github.com/khoih-prog/AsyncWebServer_RP2040W/tree/main/examples/Async_WebSocketsServer_Xtreme) to demo the nearly highest possible WebSockets Server speed
1 parent 4a683e9 commit b101022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,9 +1893,9 @@ You can access the Async_WebSockets Servers at the displayed server IP, e.g. `19
18931893
---
18941894

18951895

1896-
#### 10. Async_WebSocketsServer on RASPBERRY_PI_PICO_W using CYW43439 WiFi
1896+
#### 10. Async_WebSocketsServer_Xtreme on RASPBERRY_PI_PICO_W using CYW43439 WiFi
18971897

1898-
Following is debug terminal output when running example [Async_WebSocketsServer](examples/Async_WebSocketsServer) on RASPBERRY_PI_PICO_W using CYW43439 WiFi. The WSClient is using the provided [WSClient.py](examples/Async_WebSocketsServer/WSClient_Python/WSClient.py)
1898+
Following is debug terminal output when running example [Async_WebSocketsServer_Xtreme](examples/Async_WebSocketsServer_Xtreme) on RASPBERRY_PI_PICO_W using CYW43439 WiFi.
18991899

19001900

19011901
```

0 commit comments

Comments
 (0)