[zeromq-dev] zmq_forwarder fails when my machine is not on the internet

Michael Frumin michael at frumin.net
Fri Jul 16 03:32:18 CEST 2010


Hi all,

I am running zmq_forwarder for a pub/sub situation.  My config file is
below:

<forwarder>
    <in>
        <connect addr="tcp://127.0.0.1:5555"/>
    </in>
    <out>
        <bind addr="tcp://127.0.0.1:5556"/>
    </out>
</forwarder>

when my machine is connected to the internet it runs no problem.  when I am
offline, it terminates immediately with this as output:

terminate called after throwing an instance of 'zmq::error_t'
  what():  Invalid argument
Aborted

Any thoughts?

Thanks,
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20100715/ae0f2681/attachment.htm>


More information about the zeromq-dev mailing list