I’m attempting to find the tagpaths inside the gateway’s default tagprovider.
Using:
CompletableFuture<Results<NodeDescription>> node=context.getTagManager().getTagProvider("default").browseAsync(TagPath,BrowseFilter);
In browseAsync, how is BrowseFilter configured? Currently, node returns a NullPointerException.