• Luca Boccassi's avatar
    Problem: CURVE server (connect) fails when client rebinds · d04065b7
    Luca Boccassi authored
    Solution: if a CURVE server is using zmq_connect, the same session
    will be used for any client "reconnect" (actual binds). This is
    acceptable, so do not assert if zap_pipe already exists during the
    handshake, but simply reuse it.
    Fixes #2608
    d04065b7
session_base.cpp 19.5 KB