- 05 Feb, 2020 1 commit
-
-
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).
-
- 04 Feb, 2020 1 commit
-
-
Simon Giesecke authored
Solution: remove them
-
- 27 Jan, 2020 1 commit
-
-
Simon Giesecke authored
Solution: consistently use virtual, override and final
-
- 09 Dec, 2019 1 commit
-
-
Simon Giesecke authored
Solution: introduce macros ZMQ_DEFAULT and ZMQ_NON_COPYABLE_NOR_MOVABLE
-
- 18 Jul, 2019 1 commit
-
-
somdoron authored
Solution: New class called stream_engine_base which is inherited by ws_engine, zmtp_engine and raw_engine.
-