don't break after 1 address

This commit is contained in:
Arceliar 2019-03-12 22:07:17 -05:00
parent 3f1696c2b6
commit f7b0126b60

View file

@ -186,7 +186,6 @@ func (m *multicast) announce() {
msg := []byte(a.String())
m.sock.WriteTo(msg, nil, destAddr)
}
break
}
time.Sleep(time.Second * 15)
}