protocole to exchange huge content in chunked payload for attributes that exceed 20Mb #12
Labels
design proposal
a ticket that propose a technical solution to solve a specific point
enhancement
New feature or request
If attributes of an event
eventResponse
contains more than 20Mb of data, the content of those attributes will be sent after the initial response message in messagespartDownloadResponse
.The content of the attribute is encoded to read expectation
data:multiparts:{part};120
Backend interface
The multipart encoder is active at the lowest level just before sending the websocket message.
Frontend interface
The multipart decoder is active at the lowest level immediately after receiving the websocket message.
The text was updated successfully, but these errors were encountered: