Skip to content

pub-sub: Subscribe with filter #21

Open
@matianxing1992

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions