Reputation: 8214
What is the preferred pattern for this? Multiple contexts? Waiting until all patterns for the message are assembled and sending them synchronized?
Upvotes: 3
Views: 805
Reputation: 8214
Found a solution:
PUSH
socket and writes multipart messages to it. When it's done, it closes the socket.PULL
socket and writes the messages, part-by-part, into one TCP PUB
socket.Upvotes: 3