Refactor multicast setup (isolated config, etc)

This commit is contained in:
Neil Alexander 2022-09-03 11:42:05 +01:00
parent dad0b10dfe
commit 493208fb37
10 changed files with 215 additions and 150 deletions

View file

@ -31,7 +31,7 @@ import (
)
func (m *Multicast) _multicastStarted() {
if !m.isOpen {
if !m._isOpen {
return
}
C.StopAWDLBrowsing()