DMs are not retrieved until the application is restarted #893
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#893
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After a while that Gossip is open, DMs (I'm noticed this with NIP-17 ones) are not retrieved even if the relay where they are stored is green and last connection shows a recent activity; if the application is restarted, they immediately flush in.
Running Unstable 524d3a69
Probably the long-lived subscription that loads them was somehow closed. We should detect this, pause, and then restart any long-lived subscription that drops.