Cleanup - maybe working...
This commit is contained in:
@@ -28,7 +28,7 @@ func (a *App) onMulticastDiscovery(e MulticastEvent) {
|
||||
return
|
||||
}
|
||||
|
||||
if peer.IsPublic || peer.State() == StateDirect {
|
||||
if peer.IsPublic || peer.State == StateDirect {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user