mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-24 22:01:49 +01:00
fix build
This commit is contained in:
parent
56f82abf76
commit
e4b8cf1c29
@ -109,7 +109,7 @@ private suspend fun tryBackAddresses(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
throw latestException
|
throw latestException ?: StacklessException("No address found")
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun resolveBackendAddresses(hostAndPort: HostAndPort): List<InetSocketAddress> {
|
private fun resolveBackendAddresses(hostAndPort: HostAndPort): List<InetSocketAddress> {
|
||||||
|
Loading…
Reference in New Issue
Block a user