xmtp / libxmtp

MIT License
33 stars 13 forks source link

Break up large requests to GetIdentityUpdates and do in parallel #798

Closed neekolas closed 1 month ago

neekolas commented 1 month ago

tl;dr

When querying GetIdentityUpdates for a large group, the list of inboxes requested might be really long. This breaks the list of requests into groups of 50 and does them all in parallel.