This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Commit 5ef7ffc
Detect if AsyncWebSocketClient can send data to server and add AsyncWebServer::end() (me-no-dev#501)
* added AsyncWebServer::end()
* added AsyncWebServer::end()
* added bool AsyncWebSocketClient::canSend()
* Fix comparison with WS_MAX_QUEUED_MESSAGES
* Fix comparison with WS_MAX_QUEUED_MESSAGES1 parent 6dcea3f commit 5ef7ffc
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| |||
0 commit comments