Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: CURVE server (connect) fails when client rebinds
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 zeromq#2608
- Loading branch information