You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,18 @@ Async Web Server for ESP31B
8
8
9
9
This fork is based on https://github.com/yubox-node-org/ESPAsyncWebServer and includes all the concurrency fixes.
10
10
11
-
## Changes
11
+
## Changes in this fork
12
12
13
-
- SPIFFSEditor is removed
14
-
- Arduino Json 7 compatibility
13
+
- Removed SPIFFSEditor
15
14
- Deployed in PlatformIO registry and Arduino IDE library manager
16
15
- CI
17
-
- Only supports ESP32
16
+
- Some code cleanup
17
+
-`SSE_MAX_QUEUED_MESSAGES` to control the maximum number of messages that can be queued for a SSE client
18
+
-`write()` function public in `AsyncEventSource.h`
19
+
- Arduino Json 7 compatibility and by default, still compatible with 6 (`AsyncJson.h`)
20
+
-`WS_MAX_QUEUED_MESSAGES`: control the maximum number of messages that can be queued for a Websocket client
18
21
- Resurrected `AsyncWebSocketMessageBuffer` and `makeBuffer()` in order to make the fork API-compatible with the original library from me-no-dev regarding WebSocket.
22
+
-[#5](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/5): set real "Last-Modified" header based on file's LastWrite time ([@vortigont](https://github.com/vortigont))
19
23
20
24
## Documentation
21
25
@@ -37,7 +41,7 @@ Here is an example for serializing a Json document in a websocket message buffer
Copy file name to clipboardExpand all lines: docs/index.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,18 @@ Async Web Server for ESP31B
8
8
9
9
This fork is based on https://github.com/yubox-node-org/ESPAsyncWebServer and includes all the concurrency fixes.
10
10
11
-
## Changes
11
+
## Changes in this fork
12
12
13
-
- SPIFFSEditor is removed
14
-
- Arduino Json 7 compatibility
13
+
- Removed SPIFFSEditor
15
14
- Deployed in PlatformIO registry and Arduino IDE library manager
16
15
- CI
17
-
- Only supports ESP32
16
+
- Some code cleanup
17
+
-`SSE_MAX_QUEUED_MESSAGES` to control the maximum number of messages that can be queued for a SSE client
18
+
-`write()` function public in `AsyncEventSource.h`
19
+
- Arduino Json 7 compatibility and by default, still compatible with 6 (`AsyncJson.h`)
20
+
-`WS_MAX_QUEUED_MESSAGES`: control the maximum number of messages that can be queued for a Websocket client
18
21
- Resurrected `AsyncWebSocketMessageBuffer` and `makeBuffer()` in order to make the fork API-compatible with the original library from me-no-dev regarding WebSocket.
22
+
-[#5](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/5): set real "Last-Modified" header based on file's LastWrite time ([@vortigont](https://github.com/vortigont))
19
23
20
24
## Documentation
21
25
@@ -37,7 +41,7 @@ Here is an example for serializing a Json document in a websocket message buffer
0 commit comments