zstan commented on code in PR #2906:
URL: https://github.com/apache/ignite-3/pull/2906#discussion_r1418767657
##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientHandlerModule.java:
##########
@@ -294,6 +301,7 @@ protected void initChannel(Channel ch) {
ClientInboundMessageHandler messageHandler =
createInboundMessageHandler(
configuration, clusterId, connectionId);
+ handlers.put("messageHandler", messageHandler);
Review Comment:
i just think about some one who wants to use the same approach for different
fields, but ok, i fix it.
--
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]