What files handle:
Relay connections
Subscription management
Any connection retry/recovery logic
Event handling code
Any cashing/indexedDB implementation
I will pay 1M sats to anyone who fixes this bug:
## Fix Flotilla network bug
Here's the [github issue](https://github.com/coracle-social/flotilla/issues/118) of the bug.
Make an offer on this URL:
#satshoot #asknostr #flotilla #welshman #bugfix #networking
What files handle:
Relay connections
Subscription management
Any connection retry/recovery logic
Event handling code
Any cashing/indexedDB implementation
[Welshman](https://github.com/coracle-social/welshman) lib, that flotilla is based on
And what files exactly in flotilla are handling these things:
1) Your app may not be resubscribing after a refresh or session timeout. Try explicitly closing old subscriptions and re-opening them
2) If relays become unresponsive, you might need a retry mechanism
3) Relays may be timing out too soon. Try increasing the connection timeout
4) If old events load from IndexedDB but not the relay, try forcing a fetch