mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
Enhance the pluggability of the bridging and messaging code, so that more complex HA and out of process bridges can be written. (#2558)
This commit is contained in:
@ -210,7 +210,7 @@ open class Node(configuration: NodeConfiguration,
|
||||
}
|
||||
|
||||
override fun myAddresses(): List<NetworkHostAndPort> {
|
||||
return listOf(configuration.messagingServerAddress ?: getAdvertisedAddress())
|
||||
return listOf(getAdvertisedAddress())
|
||||
}
|
||||
|
||||
private fun getAdvertisedAddress(): NetworkHostAndPort {
|
||||
|
Reference in New Issue
Block a user