alex401401 commented on issue #11506:
URL: https://github.com/apache/ignite/issues/11506#issuecomment-2325578080
The error is also reproduced on a simpler variant of 1 java server and 1 NET
thick client. On the client we run the following code:
var cluster = Ignite.GetCluster().ForDotNet();
IServices services = cluster.GetServices();
services.DeployNodeSingleton(‘TestService’, new TestServiceImpl());
services.Cancel(‘TestService’);
--
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]