On Mon, May 14, 2012 at 10:42 AM, Viet Hoang (Quant Edge) <[email protected]> wrote:
> When will assertions be removed? If I just remove the assertions myself, > will that compromise anything in the lib? It is better to discard message > rather than crashing the program. We have zeromq working good with our demo > system, and we want to move it to our production, running on the internet. You do not want to remove the assertions. As Chuck says, if you are getting assertions, these mean the application has errors that need to be corrected (the assertions highlight the errors so if you remove the assertion, the error will still be there and your code may not crash immediately but it will crash later with worse results). If you can get reproducible assertions, make minimal test cases, and help us fix the underlying problems. Thanks Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
