nauful / LibUA

Open-source OPC UA client and server library
Apache License 2.0
262 stars 94 forks source link

HandleBrowseRequest does not honor NodeClassMask #66

Closed heppth closed 3 years ago

heppth commented 3 years ago

The method HandleBrowseRequest has to honor NodeClassMask of BrowseDescription. See specification.

Currently all references are returned

nauful commented 3 years ago

Thanks, fixed.