Erixonich commented on code in PR #7990:
URL: https://github.com/apache/ignite-3/pull/7990#discussion_r3090920992
##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientInboundMessageHandler.java:
##########
@@ -568,7 +568,7 @@ private void handshakeSuccess(
logConnectionEstablished(ctx);
- sendHandshakeResponse(ctx, actualFeatures, guard);
+ sendHandshakeResponse(ctx, supportedFeatures, guard);
Review Comment:
let discuss, client recieves set of features which it can't support. Is it
right?
--
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]