1. 28 5月, 2016 2 次提交
  2. 27 5月, 2016 1 次提交
  3. 26 5月, 2016 1 次提交
  4. 23 5月, 2016 1 次提交
  5. 20 4月, 2016 5 次提交
  6. 12 4月, 2016 2 次提交
  7. 10 4月, 2016 1 次提交
  8. 09 4月, 2016 1 次提交
  9. 08 4月, 2016 1 次提交
  10. 19 3月, 2016 1 次提交
  11. 11 2月, 2016 1 次提交
  12. 05 2月, 2016 1 次提交
  13. 23 1月, 2016 1 次提交
  14. 16 1月, 2016 1 次提交
    • R
      Client.publish() now returns an MQTTMessageInfo object. · 5c12c43d
      Roger A. Light 提交于
      The MQTTMessageInfo object behaves like a tuple of (rc, mid) for
      backwards compatibility but also provides two functions: is_published()
      and wait_for_published().  This allows a client to determine whether any
      given message has been published without need for a callback, and also
      allows the client to block waiting until the message has been sent.
      
      Change-Id: Iaded536468a6d20adee0adbd363d3bdf3f9cf031
      5c12c43d
  15. 24 5月, 2015 1 次提交
  16. 27 4月, 2015 1 次提交
  17. 18 2月, 2015 1 次提交
  18. 30 1月, 2015 1 次提交
  19. 01 11月, 2014 1 次提交
  20. 17 9月, 2014 1 次提交
  21. 16 9月, 2014 1 次提交
    • H
      Remove message from inflight when not connected · 849f7433
      Hmvp 提交于
      Publishes with qos > 0 which are sent before a CONACK is received are still counted as inflight
      even though they don't really get sent.  This means they get sent after the retry period (20 sec default)
      
      But this won't work when max_inflight is 1 since this means no retry will get sent and we wait untill keepalive is exhausted
      This then forces a reconnect and will reset stuff so messages can be sent.
      
      Change-Id: I516a6cce8e5bbfbd3030711a80044af4e5bf6733
      Signed-off-by: NHmvp <hmvp@hmvp.nl>
      849f7433
  22. 15 9月, 2014 1 次提交
  23. 14 9月, 2014 2 次提交
  24. 13 9月, 2014 3 次提交
  25. 01 8月, 2014 3 次提交
  26. 28 7月, 2014 2 次提交
  27. 04 7月, 2014 2 次提交