xmtp / example-chat-react

This repo has been archived. Replacement apps include the XMTP Quickstart React and XMTP Inbox chat apps. For more details and links, see the README in this repo.
MIT License
74 stars 52 forks source link

Unable to send messages after sending five messages #120

Open elisealix22 opened 2 years ago

elisealix22 commented 2 years ago

This was reproducible by many on the dev network.

Reloading the page resolves the issue.

neekolas commented 2 years ago

Wow. That's a great find.

snormore commented 2 years ago

Looks like it makes a bunch of subscribe requests on every new message. It even looks like the number of those requests increases non/super-linearly with each, with hundreds of them there after just a few requests.