On Wed, Dec 4, 2013 at 11:52 PM, Brian Knox <[email protected]> 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
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to