part 2, moved IPC/UDP handshake ids to config

This commit is contained in:
Robinson 2023-07-01 11:43:55 +02:00
parent 6020f06661
commit 141a39544a
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -94,7 +94,7 @@ internal class ClientHandshakeDriver(
var pubSub: PubSub? = null
if (isUsingIPC) {
streamIdPub = AeronDriver.IPC_HANDSHAKE_STREAM_ID
streamIdPub = config.ipcId
logInfo = "HANDSHAKE-IPC"
details = logInfo
@ -141,7 +141,7 @@ internal class ClientHandshakeDriver(
"HANDSHAKE-IPv6"
}
streamIdPub = AeronDriver.UDP_HANDSHAKE_STREAM_ID
streamIdPub = config.udpId
pubSub = buildUDP(