You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Describe the bug
Sometimes a large message cannot be split into chunks and then failed to pass the isMessageSizeExceeded check. It's a bug introduced from PIP-132 (apache#14007).
To Reproduce
Add the following unit test to MessageChunkingTest:
Original Issue: apache#16195
Describe the bug
Sometimes a large message cannot be split into chunks and then failed to pass the
isMessageSizeExceeded
check. It's a bug introduced from PIP-132 (apache#14007).To Reproduce
Add the following unit test to
MessageChunkingTest
:It will fail with
Expected behavior
It should not fail. Instead, this message should be split into two chunks and sent successfully.
The text was updated successfully, but these errors were encountered: