How to create ZeroMQ socket suitable both for sending and consuming?
问题 Could you please advice an ZeroMQ socket(s) architecture for the following scenario: 1) there is server listening on port 2) there are several clients connecting server simultaneously 3) server accept all connections from clients and provide bi-directional queue for each client, means both party (client N or server) can send or consume messages, i.e. both party can be INITIATOR of the communication and other party should have a callback to process the message. Should we create additional