1. 05 Feb, 2020 1 commit
    • Luca Boccassi's avatar
      Problem: libzmq does not send ZMTP 3.1 sub/cancel commands · 253e9dd2
      Luca Boccassi authored
      Solution: if all peers of a socket are >= 3.1 use sub/cancel commands
      instead of the old 0/1 messages.
      For backward compatibility, move the handling of 0/1 or sub/cancel
      command strings to the encoders, so that the right thing can be done
      depending on the protocol version.
      Do not set the command flag until the encoder, so that we can handle
      the inproc case (which skips the encoder).
      253e9dd2
  2. 04 Feb, 2020 15 commits
  3. 03 Feb, 2020 20 commits
  4. 28 Jan, 2020 4 commits