jbertram commented on PR #4899: URL: https://github.com/apache/activemq-artemis/pull/4899#issuecomment-2078606956
I think you could simplify this quite a bit. Here's what I suggest... - Don't modify any packet aside from `Ping` and only modify it with a new `byte[]`. - The broker should send its node ID in every `Ping`. - The first time the client receives a `Ping` it should save the node ID. - If a client ever receives a `Ping` that is different from the one it has saved then it should disconnect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
