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
In the pub-sub, sometimes we leave the application to decide what names should be watched (prefix match, regex match, etc.).
One general solution is to add a new function in SVSPubSub:
uint32_t SVSPubSub::subscribeWithFilter(const NameFilter& nameFilter, const SubscriptionCallback& callback, bool packets = false);
I'm now working on this feature.
The text was updated successfully, but these errors were encountered:
In the pub-sub, sometimes we leave the application to decide what names should be watched (prefix match, regex match, etc.).
One general solution is to add a new function in SVSPubSub:
uint32_t SVSPubSub::subscribeWithFilter(const NameFilter& nameFilter, const SubscriptionCallback& callback, bool packets = false);
I'm now working on this feature.
The text was updated successfully, but these errors were encountered: