Notify icon indicating copy to clipboard operation
Notify copied to clipboard

Does not receive notifications after resuming from suspend

Open minosimo opened this issue 1 year ago • 1 comments

On Fedora 41, the application stops receiving notifications after resuming from suspend.

  1. Open Notify
  2. Suspend system
  3. After about ten seconds, resume
  4. 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.

minosimo avatar Jan 10 '25 12:01 minosimo

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

ranfdev avatar Jan 10 '25 13:01 ranfdev