erinaceous / gtk-pushbullet

Python and GObject based client for PushBullet
6 stars 0 forks source link

Without the WebSocket connection, notifications will build up locally #2

Open erinaceous opened 9 years ago

erinaceous commented 9 years ago

When there's a bunch of un-dismissed notifications, if we lose connection to the PushBullet API and miss out on their dismiss events, they'll just sit there being ghosts with no mechanism for properly deleting them except for restarting the script.

Need to check if PB API lets you fetch a list of recently dismissed notes. Either way, logic needs to be written to handle the disconnects.

erinaceous commented 9 years ago

halfway solved by adding "clear notifications" option to tray icon menu.