Ensure that done signals for Watch functions are handled properly and restart notifications if they stop unexpectedly

This commit is contained in:
2022-04-23 18:40:25 -07:00
parent 165db63deb
commit 8ff29b0ca9
3 changed files with 36 additions and 13 deletions

1
go.mod
View File

@@ -6,5 +6,6 @@ require (
github.com/fxamacker/cbor/v2 v2.4.0
github.com/godbus/dbus/v5 v5.0.6
github.com/muka/go-bluetooth v0.0.0-20220219050759-674a63b8741a
github.com/rs/zerolog v1.26.1
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
)