[zeromq-dev] Quick question with local only client
Martin Sustrik
sustrik at fastmq.com
Wed May 13 14:48:08 CEST 2009
Hi Todd,
> Every day when I start my app I get the following error a couple of
> times, then the app seems to work. This app is a single process that
> just uses zmq to route messages between threads.
>
> zmq::locator_t::resolve_
> endpoint(const char*, char*, size_t): Assertion
> `global_locator' failed.
This means that you've initialised 0MQ for in-process messaging (no
zmq_server) and you are trying to bind to an object (exchange/queue)
that does not exist in the process.
Martin
More information about the zeromq-dev
mailing list