mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Some code paths for bridge control are now being acknowledged (#4206)
This commit is contained in:
parent
4684259970
commit
2caa082746
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user