1. 24 Sep, 2019 2 commits
    • Luca Boccassi's avatar
      Merge pull request #3687 from trya/fix_conflate · 4ebe9233
      Luca Boccassi authored
      Fix behavior of ZMQ_CONFLATE on PUB sockets
      4ebe9233
    • trya's avatar
      Problem: ZMQ_CONFLATE on PUB sockets delivers to only one subscriber at most · 2fe9dd91
      trya authored
      Solution: Fix behavior of dbuffer on writes. Message passed in argument
      of dbuffer::write can be assigned directly to the back buffer without
      leaking, since the message has already the right reference count (see
      dist::distribute and msg_t::add_refs). Secondly, in order to prevent the
      message pending in the front buffer from leaking if it hasn't been
      closed yet (for example because the peer is not reachable anymore), move
      back buffer to front buffer using msg_t::move instead of swapping the
      buffers, thus allowing release of the message in the front buffer.
      2fe9dd91
  2. 23 Sep, 2019 4 commits
  3. 19 Sep, 2019 1 commit
  4. 18 Sep, 2019 2 commits
  5. 13 Sep, 2019 3 commits
  6. 12 Sep, 2019 3 commits
  7. 11 Sep, 2019 7 commits
  8. 09 Sep, 2019 3 commits
  9. 07 Sep, 2019 1 commit
  10. 06 Sep, 2019 1 commit
  11. 05 Sep, 2019 4 commits
  12. 04 Sep, 2019 5 commits
  13. 03 Sep, 2019 4 commits