• Martin Hurton's avatar
    Make ZMQ interoperate with ZMQ 2.x SUB sockets · d9307c9f
    Martin Hurton authored
    Since ZMQ 2.x does not support subscription forwarding, it's not
    possible to use ZMQ 2.x SUB socket to receive messages from a PUB
    socket.
    
    This patch adds some compatibility layer so that ZMQ 2.x SUB socket
    receives messages from PUB socket.
    d9307c9f
stream_engine.cpp 16.3 KB