Juerd / Net-MQTT-Simple

Net::MQTT::Simple - Minimal MQTT version 3 publisher
10 stars 7 forks source link

Chunk sending data into 16Kb chunks #20

Closed CRCinAU closed 2 years ago

CRCinAU commented 2 years ago

Loop and send data for events larger than 16Kb in 16Kb chunks.

This resolves #18

Juerd commented 2 years ago

Thanks :)