[zeromq-dev] zproxy (hopefully) improvements

Pieter Hintjens ph at imatix.com
Thu Dec 5 12:36:19 CET 2013


On Wed, Dec 4, 2013 at 11:52 PM, Brian Knox <briank at talksum.com> wrote:

> Just a heads up that I submitted a pull request for some work I’ve been
> doing on zproxy to czmq:
> https://github.com/zeromq/czmq/pull/335

Merged :-)

> I’m open to suggestions as to whether returning -1 for zproxy api calls that
> aren’t supported on the version of libzmq built against is a good thing, or
> whether I should throw asserts!

Since it signals a build or use problem, an assert would be good
(printing a message first). You wouldn't want to continue running when
the application thinks it has a different version of libzmq than it
actually has.

-Pieter



More information about the zeromq-dev mailing list