You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Refactor BindingManager and SubscriptionManager interface APIs
- Add support for read requests to NodeManagementBindingData and NodeManagementSubscriptionData
- Exclude sending notifications for updates on NodeManagementBindingData and NodeManagementSubscriptionData (see code comment in `spine/feature_local.go` method `SetData` on why this is done)
- Store bindings and subscriptions in NodeManagement data structures
- Store bindings and subscriptions for local client and server features
- Only store a requested binding or subscription if the remote accepted it
- Adding an already existing binding or subcription again will not return an error
- On add requests, only check for proper roles, if the `serverFeatureType` is provided on request
- Add support for deleting all bindings or subscriptions with the same role relation by omitting feature address or also entity address
- Add support for delete requests from a server feature to a client feature
- Fix a crash when incoming subscription requests where missing the optional `serverFeatureType`
0 commit comments