1. 17 Apr, 2020 2 commits
    • Gudmundur Adalsteinsson's avatar
      Problem: No support to query poller size · 9c6738bb
      Gudmundur Adalsteinsson authored
      Solution: Add zmq_poller_size that queries the number
      of objects registered, allowing safer usages of poller
      to avoid livelock situations.
      9c6738bb
    • Doron Somech's avatar
      problem: ZMQ_HEARTBEAT is not useful without sending an hello message · 93da6763
      Doron Somech authored
      When using ZMQ_HEARTBEAT one still needs to implement application-level heartbeat in order to know when to send a hello message.
      For example, with the majordomo protocol, the worker needs to send a READY message when connecting to a broker. If the connection to the broker drops, and the heartbeat recognizes it the worker won't know about it and won't send the READY msg.
      To solve that, the majordomo worker still has to implement heartbeat. With this new option, whenever the connection drops and reconnects the hello message will be sent, greatly simplify the majordomo protocol, as now READY and HEARTBEAT can be handled by zeromq.
      93da6763
  2. 13 Apr, 2020 1 commit
  3. 09 Apr, 2020 3 commits
  4. 23 Mar, 2020 1 commit
  5. 07 Mar, 2020 2 commits
  6. 23 Feb, 2020 1 commit
  7. 09 Feb, 2020 1 commit
  8. 05 Feb, 2020 1 commit
  9. 04 Feb, 2020 1 commit
  10. 26 Jan, 2020 1 commit
  11. 25 Jan, 2020 1 commit
  12. 23 Jan, 2020 2 commits
  13. 19 Jan, 2020 1 commit
  14. 04 Dec, 2019 1 commit
  15. 31 Oct, 2019 1 commit
  16. 23 Sep, 2019 1 commit
  17. 27 Aug, 2019 1 commit
  18. 24 Jul, 2019 1 commit
  19. 23 Jul, 2019 1 commit
  20. 08 Jul, 2019 1 commit
  21. 27 Jun, 2019 3 commits
  22. 17 Jun, 2019 1 commit
    • jean-airoldie's avatar
      Problem: disconnect & unbind doc is misleading · 4d933c28
      jean-airoldie authored
      Make it explicit that the two functions are identical.
      Also document the expected disconnect behavior extensively
      and illustrate the difference between disconnecting a
      connected vs. bound endpoint.
      4d933c28
  23. 10 Jun, 2019 1 commit
  24. 31 May, 2019 1 commit
  25. 24 May, 2019 1 commit
  26. 18 May, 2019 2 commits
  27. 17 May, 2019 1 commit
  28. 15 May, 2019 1 commit
  29. 09 May, 2019 1 commit
  30. 02 May, 2019 3 commits