ChugR opened a new pull request #734: URL: https://github.com/apache/qpid-dispatch/pull/734
Policy settings and statistics were using unsigned 64 bit values. Runtime code was demoting them to signed 32 bit values. The 1.12 implementation works correctly only for max message size limits less than 2^31. This includes value up to 2,147,483,647. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
