Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improvements to event subscriptions #364

Merged
merged 16 commits into from
Aug 28, 2023

Conversation

lars-berger
Copy link
Member

  • Restrict which events can be subscribe to. Closes bug: no error when subscribing to unknown event #355.
  • Be able to unsubscribe from an event. A "subscription ID" is returned when subscribing to an event - this can then be used to unsubscribe.
  • Rename FriendlyName -> Type on all events.
  • Be able to subscribe to all events at once (subscribe -e all).

@lars-berger lars-berger force-pushed the feat/improvements-to-event-subscriptions branch from c8a6d89 to 12b0b5f Compare August 28, 2023 13:03
@lars-berger lars-berger merged commit ec3d5e9 into master Aug 28, 2023
2 checks passed
@lars-berger lars-berger deleted the feat/improvements-to-event-subscriptions branch August 28, 2023 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: no error when subscribing to unknown event
1 participant