Does not receive notifications after resuming from suspend
On Fedora 41, the application stops receiving notifications after resuming from suspend.
- Open Notify
- Suspend system
- After about ten seconds, resume
- Trigger a notification
No notifications are received until Notify is stopped and launched again, whereupon all missed notifications appear.
Unexpectedly I couldn't replicate this when running from the command line. It might be unrelated, but after resuming I consistently see a duplicate message received
recv_and_forward: ntfy_daemon::system_client: Received duplicate message min_message=MinMessage
I am on Fedora 41, Notify 0.1.6 is installed from Flathub as a user package, the server is self hosted behind nginx, connection via websocket.
In theory the connection should timeout in 15 seconds after you resume, then the program should reconnect. I don't know why it doesn't happen, I'll look into it.
The duplicate message log is normal and the duplicate is discarded anyway