1. 16 Dec, 2018 2 commits
  2. 12 Dec, 2018 1 commit
  3. 09 Dec, 2018 1 commit
  4. 05 Dec, 2018 1 commit
  5. 04 Dec, 2018 1 commit
  6. 30 Nov, 2018 1 commit
    • Johan Ström's avatar
      Handle large/chunked/fragmented MQTT messages properly (#2571) · 2d958750
      Johan Ström authored
      * MQTT: handle large/chunked/fragmented messages properly
      
      If a message spans multiple TCP packets it must be buffered before
      delivered to LUA. Prior code did not do this at all, so this "patch"
      really adds proper handling of fragmented MQTT packets.
      This could also occur if multiple small messages was sent in a
      single TCP packet, and the last message did not completely fit in that
      packet.
      
      Introduces a new option to the mqtt.Client constructor:
      max_publish_length which defaults to 1024
      
      Introduces a new 'overflow' callback.
      
      Fixes issue #2308 and proper fix for PR #2544.
      
      * mqtt.md: clarified heap allocation
      
      * mqtt: ensure ack is sent for overflowed publish
      
      If QoS is used we should still acknowledge that we received it, or server might retransmit it later.
      2d958750
  7. 08 Nov, 2018 1 commit
  8. 03 Nov, 2018 1 commit
  9. 19 Oct, 2018 1 commit
  10. 11 Oct, 2018 1 commit
  11. 07 Oct, 2018 1 commit
  12. 29 Sep, 2018 1 commit
  13. 17 Sep, 2018 2 commits
  14. 10 Sep, 2018 1 commit
  15. 07 Sep, 2018 1 commit
  16. 02 Sep, 2018 1 commit
  17. 27 Aug, 2018 1 commit
  18. 22 Aug, 2018 1 commit
  19. 18 Aug, 2018 1 commit
  20. 13 Aug, 2018 1 commit
  21. 11 Aug, 2018 1 commit
  22. 10 Aug, 2018 1 commit
  23. 06 Aug, 2018 2 commits
  24. 05 Aug, 2018 1 commit
  25. 23 Jul, 2018 1 commit
  26. 22 Jul, 2018 6 commits
  27. 18 Jul, 2018 2 commits
  28. 16 Jul, 2018 1 commit
  29. 01 Jul, 2018 1 commit
  30. 22 Jun, 2018 1 commit
  31. 20 May, 2018 1 commit