Using the Golang binding (github.com/pebbe/zmq4) and reproducing the espresso example from the documentation I encounter an error:
socket operation on non-socket It happens (systematically) when I reduce the time.Sleep() between two sent messages to the frontend, or when I increase the size/length of a message. Therefore it seems like a throughput limitation. Looking at the source code it appears to come from the zmq_proxy() function. More infos here: https://github.com/pebbe/zmq4/issues/145
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
