Fix only showing 1 discovered server
This commit is contained in:
parent
9225d069ae
commit
08ca3ef860
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ constructor(
|
|||
serverDiscoveryInfo.address
|
||||
))
|
||||
_discoveredServersState.emit(
|
||||
DiscoveredServersState.Servers(discoveredServers)
|
||||
DiscoveredServersState.Servers(ArrayList(discoveredServers))
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue