Keep AWDL awake, or wake it up again after a minute if suspended for some reason (e.g. sleep)

This commit is contained in:
Neil Alexander 2019-03-10 18:05:27 +00:00
parent 9507117a3c
commit 3c2cdfea1c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
5 changed files with 38 additions and 16 deletions

View file

@ -57,7 +57,7 @@ func (m *multicast) start() error {
// Windows can't set this flag, so we need to handle it in other ways
}
m.multicastWake()
go m.multicastStarted()
go m.listen()
go m.announce()
}