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: doc/dev/adr/0020-large-message-chunking.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The chunking mechanism will:
19
19
20
20
### Protocol Flow
21
21
**Sending Process:**
22
-
- When a payload exceeds the maximum packet size, the client intercepts it before transmission
22
+
- When a payload exceeds the maximum packet size, the MQTT client intercepts it before transmission
23
23
- The message is split into fixed-size chunks (with potentially smaller last chunk)
24
24
- Each chunk is sent as a separate MQTT message with the same topic but with chunk metadata.
25
25
- Any user properties and additional metadata not mandated by the MQTT protocol to appear in every message, originally set on the initial PUBLISH packet, will be included only in the first chunk.
0 commit comments