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. 09 Apr, 2020 1 commit
  3. 23 Feb, 2020 2 commits
  4. 09 Feb, 2020 2 commits
  5. 04 Dec, 2019 1 commit
  6. 02 Oct, 2019 1 commit
  7. 13 Sep, 2019 1 commit
  8. 27 Aug, 2019 1 commit
  9. 27 Jul, 2019 1 commit
  10. 16 Jul, 2019 1 commit
  11. 08 Jul, 2019 1 commit
  12. 27 Jun, 2019 1 commit
  13. 10 Jun, 2019 1 commit
  14. 18 May, 2019 1 commit
  15. 17 May, 2019 1 commit
  16. 15 May, 2019 1 commit
  17. 09 May, 2019 2 commits
  18. 28 Apr, 2019 1 commit
  19. 10 Feb, 2019 1 commit
  20. 03 Feb, 2019 1 commit
    • Luca Boccassi's avatar
      Problem: DRAFT build broken on old Windows · a9a5b2bd
      Luca Boccassi authored
      Solution: define uint64_t if not available in the system headers and
      remove inclusion of inttypes.h which does not exist and is already
      conditionally included in zmq.h if required, do not use PRIx64
      a9a5b2bd
  21. 02 Feb, 2019 2 commits
  22. 12 Jan, 2019 1 commit
  23. 28 Nov, 2018 1 commit
  24. 18 Nov, 2018 3 commits
  25. 01 Nov, 2018 1 commit
  26. 15 Aug, 2018 1 commit
  27. 27 Jul, 2018 1 commit
  28. 26 May, 2018 1 commit
  29. 10 May, 2018 1 commit
  30. 23 Mar, 2018 2 commits
  31. 21 Mar, 2018 2 commits