Some code paths for bridge control are now being acknowledged (#4206)

This commit is contained in:
Matthew Nesbit 2018-11-09 17:54:51 +00:00 committed by GitHub
parent 4684259970
commit 2caa082746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)