-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove methods that were moved to client repo #82
Conversation
2d28695
to
6782f52
Compare
* The `running` property was renamed to `started` * The running state was removed Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
The modules were moved to client-dispatch Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
This makes the code cleaner. Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
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.
Bye bye RunningState.DIFFERENT_TYPE
, you will not be missed 🤣 ❤️
I missed it already, tbh. Now you have to make double-sure you check for the .type before looking at Still not convinced this is a better interface that leads to less errors. |
Maybe the receiver should come pre-filtered for a set of types you specify 🤔 |
Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
The PR looks large, but most commits are just small changes. Tried to keep it well separated.