75e0809f50
When sending messages in quick succession, it might be that multiple messages are batched together in datasync, resulting in a single large payload. This commit changes the behavior so that we can pass a max-message-size and we split the message in batches before sending. A more elegant way would be to split at the transport layer (i.e waku/whisper), but that would be incompatible with older client. We can still do that eventually to support larger messages. |
||
---|---|---|
.. | ||
ens | ||
envelope.go | ||
envelope_error.go | ||
envelope_event.go | ||
keystore.go | ||
mailserver_response.go | ||
node.go | ||
public_waku_api.go | ||
public_whisper_api.go | ||
subscription.go | ||
syncevent_response.go | ||
syncmailrequest.go | ||
waku.go | ||
whisper.go |