Add "set_auto_subscription" API #726
Labels
1b User Story
The User Story details a requirement. It may reference a parent Epic. It may reference child Task(s)
2a Discussion Needed
Prompt for team to discuss at next stand up.
3b Feature
Classification indicating the addition of novel functionality to the design
6 API
Impact flag identifying the application programing interface (API)
api
feature
Milestone
Once
set_subscribe_callback
is called, when callingget_objects
and etc, the node will automatically subscribe the queried objects for the client. Sometimes it's not desired. Since it's hard to modify all other API's without breaking things, I think we can add aset_auto_subscription(bool)
API, so the clients can control whether to automatically subscribe on follow-up queries.By the way, I think the subscribing mechanism need an overhaul, see #777.
The text was updated successfully, but these errors were encountered: