I also do a lot of background-updating/polling and caching. I don't know if you do that. Then stuff that was missing, if a relay is offline, get pulled and added later. And I merge in the results from the trending relay from nostr archives.
I'm chronically on-Nostr, and constantly switch machines and networks, so I have a gazillion tricks to not miss anything. ๐
Login to reply
Replies (1)
Yep, the code now is all reactive. If I get any new relay list from the user or any follow, it automatically switches to the new relays. But it also keeps listening at all times. So if you are looking at a reply of a thread, we are connected to the inbox relays of all visible authors to download any like, reply to each of their posts. At the same time, we are connected to all relays in the outbox of all the users follows to pick up any new report from a follow about these replies (or reply likes. Etc).