Does anybody knows if NetMQ is compatible with ZMTP 1.0? I can't find any information about what versions is supported.
Asked
Active
Viewed 180 times
1 Answers
3
It should support it, but I suggest you test it.

somdoron
- 4,653
- 2
- 16
- 24
-
Thank you. It seems to not work. At least I cant make NetMQ talk to zeromq 2.* running on OpenVMS. I can see that TCP-sockets connects but no data is transfered. Is there some handshaking taking place after TCP socket is connected? If yes, where can I find this function in the sourcecode? – Erik Z Jun 30 '15 at 05:00
-
BTW I can connect if I use clrzmq. – Erik Z Jun 30 '15 at 05:01
-
Thank you. But we will probably take a different path. We try to use a newer version on the other side and that seems to fix our issues. Otherwise I will create an isse on github. – Erik Z Jul 01 '15 at 12:47