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



##########
File path: modules/platforms/dotnet/Apache.Ignite.Core/Impl/Services/Services.cs
##########
@@ -434,7 +434,7 @@ public dynamic GetDynamicServiceProxy(string name, bool 
sticky)
         private object InvokeProxyMethod(IPlatformTargetInternal proxy, string 
methodName,
             MethodBase method, object[] args, PlatformType platformType)
         {
-            Marshaller.RegisterSameJavaType.Value = true;
+            Marshaller.RegisterSameJavaTypeTl.Value = true;

Review comment:
       Fixed

##########
File path: modules/platforms/dotnet/Apache.Ignite.Core/Impl/Services/Services.cs
##########
@@ -445,7 +445,7 @@ public dynamic GetDynamicServiceProxy(string name, bool 
sticky)
             }
             finally
             {
-                Marshaller.RegisterSameJavaType.Value = false;
+                Marshaller.RegisterSameJavaTypeTl.Value = false;

Review comment:
       Fixed




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to