Choose correct ZMQ socket type.
mwhittaker opened this issue · 0 comments
mwhittaker commented
Right now, ZMQ sockets are REQ/REP which means a client and server have to send messages back and forth in lock step. Figure out which socket type allows to send any number of messages back and forth.