Andrea Maria Piana 75e0809f50 Split datasync messages in batches
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.
2020-11-05 12:45:29 +01:00
2020-09-28 09:51:21 +02:00
2020-10-28 10:56:14 +03:00
2020-01-06 10:17:23 +01:00
2020-01-06 10:17:23 +01:00
2020-01-06 10:17:23 +01:00
2020-03-04 09:30:31 +01:00
2020-11-03 11:18:05 +01:00
2020-10-28 10:56:14 +03:00
2020-09-09 21:22:17 +02:00
2018-03-23 14:58:40 +01:00
2020-01-20 13:15:17 +01:00
2020-08-17 12:53:37 +02:00
2020-01-20 13:15:17 +01:00
2020-09-21 10:48:00 +02:00
2020-11-03 15:58:26 +01:00
2020-07-24 11:16:15 +08:00
2020-04-21 10:40:39 +02:00
2019-06-12 13:12:00 +02:00
2016-09-21 10:00:29 +08:00
2020-10-14 08:37:23 +02:00
2020-11-05 12:45:29 +01:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.5%
Python 0.9%
Shell 0.3%
Makefile 0.1%
Groovy 0.1%