Type of issue
Current Behavior
We're implementing an OPC UA Server using the NETStandard SDK.
Event history is implemented and we set the HistoryRead bit on the
EventNotifier attribute on our "own" objects.
ServerCapability AccessHistoryEventsCapability is set to true.
From a connected UA client I can detect that the HistoryRead bit is set
on our own objects but not on the Server object.
Does anyone know what must be done to set this bit on the Server object?
Expected Behavior
I think setting ServerCapability AccessHistoryEventsCapability to true should result in the HistoryRead bit being set on the EventNotifier attribute on the Server object
Steps To Reproduce
No response
Environment
- OS:
- Environment:
- Runtime:
- Nuget Version:
- Component:
- Server:
- Client:
Anything else?
No response