As soon as the subscriber connects(subscribes) the pub socket server starts logging:
zmq4: could not open a ZMTP connection with "tcp://127.0.0.1:5000": zmq4: could not initialize ZMTP connection: zmq4: could not exchange greetings: zmq4: could not recv greeting: could not read ZMTP greeting: unexpected EOF
The subscriber does not report any error, but also receives no events
As soon as the subscriber connects(subscribes) the pub socket server starts logging:
The subscriber does not report any error, but also receives no events
I think 2.2.0 should be compatible with zmq4, but i can't get it to work. http://wiki.zeromq.org/area:faq#toc9
Or am i just incorrectly assuming this should work? :)
testclient for github.com/pebbe/zmq2
testserver for github.com/go-zeromq/zmq4
while a slightly modified example can connect and receive events fine: