-
Notifications
You must be signed in to change notification settings - Fork 925
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
service/header: implement HeaderSub #160
Conversation
195b6c0
to
6652595
Compare
This PR depends on #148 being merged first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve. The pairing session was awesome @renaynay. Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let merge #148 first and then rebase this one on top
197d8b3
to
b8280f9
Compare
Waiting on @liamsi for conversation resolution |
This PR implements a structure for HeaderSub, exposing an interface for any service / component that needs access to new
ExtendedHeader
s to be able to subscribe to newExtendedHeader
events.Resolves #164.
Related to #24.