mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
Some code paths for bridge control are now being acknowledged (#4206)
This commit is contained in:
@ -55,6 +55,7 @@ class BridgeControlListener(val config: MutualSslConfiguration,
|
||||
} catch (ex: Exception) {
|
||||
log.error("Unable to process bridge control message", ex)
|
||||
}
|
||||
msg.acknowledge()
|
||||
}
|
||||
val startupMessage = BridgeControl.BridgeToNodeSnapshotRequest(bridgeId).serialize(context = SerializationDefaults.P2P_CONTEXT).bytes
|
||||
val bridgeRequest = artemisSession.createMessage(false)
|
||||
|
Reference in New Issue
Block a user