1. 24 Sep, 2019 1 commit
    • 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. 19 Sep, 2019 1 commit
  3. 18 Sep, 2019 2 commits
  4. 13 Sep, 2019 3 commits
  5. 12 Sep, 2019 3 commits
  6. 11 Sep, 2019 7 commits
  7. 09 Sep, 2019 3 commits
  8. 07 Sep, 2019 1 commit
  9. 06 Sep, 2019 1 commit
  10. 05 Sep, 2019 4 commits
  11. 04 Sep, 2019 5 commits
  12. 03 Sep, 2019 4 commits
  13. 02 Sep, 2019 5 commits