1. 12 4月, 2016 1 次提交
  2. 19 3月, 2016 1 次提交
  3. 24 5月, 2015 1 次提交
  4. 27 4月, 2015 1 次提交
  5. 18 2月, 2015 1 次提交
  6. 01 11月, 2014 1 次提交
  7. 17 9月, 2014 1 次提交
  8. 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
  9. 15 9月, 2014 1 次提交
  10. 14 9月, 2014 1 次提交
  11. 13 9月, 2014 3 次提交
  12. 01 8月, 2014 3 次提交
  13. 28 7月, 2014 1 次提交
  14. 04 7月, 2014 2 次提交
  15. 25 6月, 2014 1 次提交
  16. 17 6月, 2014 1 次提交
  17. 08 6月, 2014 2 次提交
  18. 05 6月, 2014 1 次提交
  19. 20 5月, 2014 1 次提交
  20. 18 5月, 2014 1 次提交
  21. 13 5月, 2014 3 次提交
  22. 01 5月, 2014 2 次提交
  23. 30 4月, 2014 1 次提交
  24. 29 4月, 2014 1 次提交
  25. 22 4月, 2014 1 次提交
  26. 17 4月, 2014 1 次提交
  27. 17 3月, 2014 2 次提交
  28. 19 2月, 2014 1 次提交
  29. 15 2月, 2014 1 次提交
  30. 06 2月, 2014 1 次提交
    • R
      Break out of select() on publish()/subscribe() etc. · 4376b376
      Roger Light 提交于
      When a call to publish()/subscribe()/unsubscribe()/disconnect() is made
      and the client is using the threaded mode, the outgoing command will be
      delayed by 0.5 seconds on average. This commit breaks out of select() to
      remove the delay.
      
      Change-Id: I7a669604c767abb0bcc399bdf1fe3b82c7ef9539
      4376b376