• Luca Boccassi's avatar
    Problem: ZMTP 3.1 PING Context not implemented · b331caad
    Luca Boccassi authored
    Solution: if a PING message contains a context, echo it back in the
    PONG message. In order to do so, create the PONG message when PING
    is received and store it in the engine.
    After the PING the engine goes straight to encoding and sending, so
    there can always be at most one pending PING.
    Add tests for various contexts.
    b331caad
stream_engine.hpp 6.45 KB