-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
the current Nostr connection logic may be fragile when network connectivity is intermittent or lost. A robust application needs a smart reconnection policy to maintain availability.
Proposed Changes:
Implement an exponential backoff strategy for reconnections in NostrService.
Detect network status changes and trigger reconnection attempts.
Ensure pending messages are queued or handled gracefully during disconnection.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels