Skip to content

Chunked payloads

Pre-release
Pre-release
Compare
Choose a tag to compare
@bertmelis bertmelis released this 09 Jun 09:28
· 154 commits to main since this release

It's now possible to publish large payloads. Instead of adding the payload during publishing, a callback has to be passed.

When actually publishing, the callback is used to fetch payload data. Be aware that the same payload data can be fetched multiple times to be able to honor the different QoS levels.