gen2brain / beeep

Go cross-platform library for sending desktop notifications, alerts and beeps
BSD 2-Clause "Simplified" License
1.43k stars 89 forks source link

Don't try to close the shared system-bus connection #28

Closed muesli closed 5 years ago

muesli commented 5 years ago

Closing the shared system-bus connection caused beeep to only ever be able to emit exactly one notification via dbus, before falling back to notify-send for further messages.

From the dbus documentation:

Close closes the connection ... This method must not be called on shared connections.
gen2brain commented 5 years ago

Merged, thanks.