On Thu, Apr 24, 2014 at 12:35 PM, KIU Shueng Chuan <[email protected]> wrote:
> Sadly, I am dealing with "publisher" TCP-servers that start sending data > upon client connection. The protocol is some small fixed header followed by > a variable length message. > > A ZMQ_STREAM server already uses sending of an empty message in order to > disconnect a client. Would be nice if an empty message could be received by > the ZMQ_STREAM client upon disconnection. This sounds familiar, so may already be implemented. I've not used ZMQ_STREAM much. Signaling the end of a connection with an empty message is definitely a decent idea. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
