mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-24 22:01:49 +01:00
ignore SRV exceptions
This commit is contained in:
parent
bbf35d5828
commit
bcb016781b
@ -76,8 +76,7 @@ suspend fun resolveSrv(hostAndPort: HostAndPort): HostAndPort {
|
||||
} finally {
|
||||
records.forEach { ReferenceCountUtil.release(it) }
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
viaaasLogger.debug("Couldn't resolve SRV", e)
|
||||
} catch (ignored: Exception) {
|
||||
}
|
||||
}
|
||||
return hostAndPort
|
||||
|
Loading…
Reference in New Issue
Block a user