-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
specTo be defined in the spec, not the RFCTo be defined in the spec, not the RFC
Description
We need to clarify the handshake for subscribing to elements.
Currently you make a call to create a subscription, then another call to register monitored items. Its not clear if you can make that register call repeatedly (additive). There's no way to remove monitored items short of deleting the subscription. The group discussed two options:
- Option 1: Make Subscribe-and-register a single call. If you want to change monitored items, delete the subscription and start again.
- Option 2: Keep the two-step, document that register is additive, add a method to unregister.
@jwise-mfg to discuss with OPCF to maintain alignment, document, and close.
Metadata
Metadata
Assignees
Labels
specTo be defined in the spec, not the RFCTo be defined in the spec, not the RFC
Type
Projects
Status
In Progress