[zeromq-dev] epgm / pgm / auto discovery in C++ on Windows and VS2013
Dorvin
dorvin at tlen.pl
Thu Nov 27 00:30:08 CET 2014
W dniu 2014-11-26 23:06, James Chapman pisze:
> I've tried epgm, pgm, tcp, udp, broadcast addresses, multicast
> addresses, I just don't seem to be making any headway, so any guidance
> would be greatly appreciated. Where am I going wrong and has anyone
> else tackled this problem on the Windows platform before?
>
> I've copied code from the relevant sections in each module and pasted it below.
>
> Any help would be appreciated.
>
> Thanks in advance.
>
> James
>
I don't see subscription in your code. You have to subscribe to
something before you receive any message. Also bear in mind bind and
connect are not always interchangable and in general I would advice
publisher side to bind.
Jarek
More information about the zeromq-dev
mailing list