nizhikov commented on a change in pull request #9490:
URL: https://github.com/apache/ignite/pull/9490#discussion_r755765778



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/service/ClientServiceInvokeRequest.java
##########
@@ -147,6 +148,9 @@ public ClientServiceInvokeRequest(BinaryReaderExImpl 
reader) {
 
         IgniteServices services = grp.services();
 
+        if (BinaryArray.useTypedArrays())
+            GridServiceProxy.KEEP_BINARY.set(true);

Review comment:
       `KEEP_BINARY=true` required when caller is a .Net or thin client.
   Not related to the service itself.




-- 
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]


Reply via email to