PingAsync doesn't provide services

Hi All,
starting from version 3.4.5, the PingAsync doesn’t provide services.

–Code example
var options = new PingOptions();
options.ServiceTypes(ServiceType.KeyValue, ServiceType.Query);
var pingResult = await Bucket.Cluster.PingAsync(options);

Regards
Federico

It’s there in options - like your example. Not sure why it would appear to be missing.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.