This repository was archived by the owner on Jun 13, 2019. It is now read-only.

Description
Per the findResources API, I thought passing options.resourceTypes argument to findResources() can discover only the desired resource type, but the following code snippet still got all resource in the foundResource listener. Is this valid?
client.on("error", serverError)
.findResources({ resourceTypes: [ 'no_such_resource' ] }, foundResource).then(