rpuch commented on code in PR #3009:
URL: https://github.com/apache/ignite-3/pull/3009#discussion_r1446977762
##########
modules/network/src/main/java/org/apache/ignite/internal/network/recovery/RecoveryClientHandshakeManager.java:
##########
@@ -165,14 +165,14 @@ public void onInit(ChannelHandlerContext handlerContext) {
/** {@inheritDoc} */
@Override
public void onMessage(NetworkMessage message) {
- if (message instanceof HandshakeStartMessage) {
Review Comment:
It seems to read better this way (as start and finish handling are now close
to each other
--
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]