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

Implement publisher-subcriber pattern #54

Open
rstefan1 opened this issue May 18, 2019 · 0 comments
Open

Implement publisher-subcriber pattern #54

rstefan1 opened this issue May 18, 2019 · 0 comments
Labels
low priority New feature or request

Comments

@rstefan1
Copy link
Owner

Nodes should subscribe to certain events. Each message has an event type. When a node receives a message of the type of event it subscribes to, it will call the associated callback.

@rstefan1 rstefan1 added the high priority Very important feature or request label May 18, 2019
@rstefan1 rstefan1 modified the milestones: 0.1.x, 0.1.8 May 18, 2019
@rstefan1 rstefan1 self-assigned this May 19, 2019
@rstefan1 rstefan1 modified the milestones: 0.2.1, 0.2.x Jun 19, 2019
@rstefan1 rstefan1 removed their assignment Aug 6, 2019
@rstefan1 rstefan1 added low priority New feature or request and removed high priority Very important feature or request labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant