Skip to content

Commit ac99444

Browse files
accept suggestion
Co-authored-by: Valerie Avva Lim <[email protected]>
1 parent c08a121 commit ac99444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dev/adr/0020-large-message-chunking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The chunking mechanism will:
1919

2020
### Protocol Flow
2121
**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
2323
- The message is split into fixed-size chunks (with potentially smaller last chunk)
2424
- Each chunk is sent as a separate MQTT message with the same topic but with chunk metadata.
2525
- 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

Comments
 (0)