-
Notifications
You must be signed in to change notification settings - Fork 43
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
fix: measure total message size #1643
Conversation
size-limit report 📦
|
f91c112
to
d9b9709
Compare
e7f04d6
to
3a0e2c7
Compare
Network message limitations are imposed on the whole message, not just the payload.
3a0e2c7
to
559082e
Compare
@fbarbu15 I removed the "exact 1MB message size" tests because they are actually hard to setup as the protobuf boilerplate needs to be taken in account and not sure how useful. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice spot!
@fryorcraken , is it that you noticed or there was an issue with that particular case? |
I noticed the problem because I did change in the area for my previous PR and I recently read the RFC about the Waku Network and hence noticed the discrepancy. |
Network message limitations are imposed on the whole message, not just the payload. Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
Network message limitations are imposed on the whole message, not just
the payload.