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
I was able to reproduce it. Seems that when sending such a large payload when using nwaku as a lightpush client, the request to the lightpush server doesn't go through.
Either the connection is dropped, or the request exceeds the lightpush client's REST server timeout.
In any case, such a large payload isn't allowed, as our max allowed is 150KiB.
Problem
When the payload is >= 300 kb the light push fails with some strange messages
Payload ~= 300 KB
Error is
Failed to request a message push: Exception reading: Stream Remotely Closed!
with 503 Service UnavailableError is
Push request timed out
with 503 Service Unavailablelight_push_node_that_sends_the_messages.log
relay_node.log
The text was updated successfully, but these errors were encountered: