While running load tests with JeroMQ 0.3.5, I've periodically received an 
assertion error for line 173 in Signaler.java.

Other than the assert, there isn't any error handling related to the number of 
bytes not being equal to 1.  If asserts are disabled for this class, everything 
runs correctly and messages are received fine.

...
            assert nbytes == 1;
...

Are there any issues with disabling asserts for Signaler.java?  If not, what is 
the purpose of line 173?

Regards.

Telford Berkey
Software Architect
[email protected]<mailto:[email protected]>

[Synthos Technologies]

Synthos Technologies, A Division of Qbase, LLC
3800 Pentagon Blvd., Suite 110
Beavercreek, OH  45431

office: +937-521-4200

www.synthostechnologies.com<http://www.synthostechnologies.com/>

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to