Laurens Van Houtven wrote: > Where exactly does the code stop requiring > real sockets and does it become happy with bytestrings?
On the boundary between I/O thread and application thread. I/O thread handles real sockets, the messages are the sent to application thread. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
