We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When js-waku client tries to use light push with a waku message that has large meta, nwaku sends an empty response back.
meta
Expected: an error in the light push response to point towards the payload size issue.
If you can reproduce the behavior, steps to reproduce:
rpc light push response contains:
is_success = false info = "<error message about meta or field>"
wakunode_Waku_Light_Push_[node_only]_Fails_to_push_message_with_large_meta.log
ERR 2023-09-21 02:20:22.908+00:00 failed to decode rpc topics="waku lightpush" tid=1 file=protocol.nim:43
v0.19.0
The text was updated successfully, but these errors were encountered:
Almost certainly closed by any fix for #1641
Sorry, something went wrong.
Yes confirmed
No branches or pull requests
Problem
When js-waku client tries to use light push with a waku message that has large
meta
, nwaku sends an empty response back.Expected: an error in the light push response to point towards the payload size issue.
Impact
To reproduce
If you can reproduce the behavior, steps to reproduce:
meta
Expected behavior
rpc light push response contains:
Screenshots/logs
wakunode_Waku_Light_Push_[node_only]_Fails_to_push_message_with_large_meta.log
nwaku version/commit hash
v0.19.0
The text was updated successfully, but these errors were encountered: