minibits-cash / minibits_wallet

MIT License
56 stars 6 forks source link

[Bug] Automated reconnection of the websocket connection to nostr relays #51

Closed minibits-cash closed 1 month ago

minibits-cash commented 5 months ago

On Android, websocket connections are often terminated leading to not received payments, unnecessary restarts or manual reconnection needed through app settings. Some concept of reconnection that can be implemented with nostr-tools is needed.

minibits-cash commented 5 months ago

Reconnection (while trying to minimize risk of multiple subscriptions running in parallel) has been released. Monitoring for potential issues.