Skip to content

fix: propagate maxSize to PbjGrpcDatagramReader#757

Merged
anthony-swirldslabs merged 2 commits intomainfrom
756-maxSizeInDatagramReader
Mar 16, 2026
Merged

fix: propagate maxSize to PbjGrpcDatagramReader#757
anthony-swirldslabs merged 2 commits intomainfrom
756-maxSizeInDatagramReader

Conversation

@anthony-swirldslabs
Copy link
Contributor

Description:
Removing a hardcoded 10MB limit in the PbjGrpcDatagramReader and making it a parameter based on the PbjGrpcClientConfig.

Related issue(s):

Fixes #756

Notes for reviewer:
All tests should pass.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Anthony Petrov <anthony@swirldslabs.com>
@anthony-swirldslabs anthony-swirldslabs self-assigned this Mar 13, 2026
@anthony-swirldslabs anthony-swirldslabs requested review from a team as code owners March 13, 2026 23:25
imalygin
imalygin previously approved these changes Mar 13, 2026
@github-actions
Copy link

github-actions bot commented Mar 13, 2026

JUnit Test Report

   78 files  ±0     78 suites  ±0   4m 2s ⏱️ ±0s
1 352 tests ±0  1 348 ✅ ±0   4 💤 ±0  0 ❌ ±0 
7 229 runs  ±0  7 209 ✅ ±0  20 💤 ±0  0 ❌ ±0 

Results for commit 9960c69. ± Comparison against base commit 9cc32d7.

♻️ This comment has been updated with latest results.

jsync-swirlds
jsync-swirlds previously approved these changes Mar 13, 2026
@github-actions
Copy link

github-actions bot commented Mar 13, 2026

Integration Test Report

    415 files  ±0      415 suites  ±0   17m 27s ⏱️ -4s
114 889 tests ±0  114 889 ✅ ±0  0 💤 ±0  0 ❌ ±0 
115 131 runs  ±0  115 131 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9960c69. ± Comparison against base commit 9cc32d7.

♻️ This comment has been updated with latest results.

Signed-off-by: Anthony Petrov <anthony@swirldslabs.com>
@anthony-swirldslabs anthony-swirldslabs merged commit 2e8437a into main Mar 16, 2026
15 checks passed
@anthony-swirldslabs anthony-swirldslabs deleted the 756-maxSizeInDatagramReader branch March 16, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PBJ Bug: PbjGrpcClientConfig.maxSize Not Respected by PbjGrpcDatagramReader

4 participants