-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add test to check behavior when the queue size of the subscriber is reached #421
Comments
@dirk-thomas I'll assign you to this ticket and given that the referencing issue is closed, I'll add this ticket to the bouncy milestone. |
Since I won't be working on this any time soon I will unassign myself. I also don't think having a test is critical for the next release either and will therefore also remove the milestone. |
@dirk-thomas i added this ticket to untargeted milestone then. |
I don't think |
This commit fixes two problems with the logging statements: - %p requires a void * object to be passed - %d expects an integer. For size_t objects, %zu should be used Signed-off-by: Thomas Moulard <[email protected]>
To cover the issue #280.
The text was updated successfully, but these errors were encountered: