Open neilstevenson opened 1 year ago
Hazelcast Cpp client version: 5.1.0
In https://github.com/hazelcast/hazelcast-cpp-client/blob/master/hazelcast/src/hazelcast/client/client_impl.cpp#L432 getDistributedObject( name) is implemented but not getDistributedObjects
getDistributedObject( name)
getDistributedObjects
Also, getDistributedObject(name) would be more useful if it also took a service name
getDistributedObject(name)
Hazelcast Cpp client version: 5.1.0
In https://github.com/hazelcast/hazelcast-cpp-client/blob/master/hazelcast/src/hazelcast/client/client_impl.cpp#L432
getDistributedObject( name)
is implemented but notgetDistributedObjects