-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add in_response_to to Role::ProtocolMessage #211
Conversation
2abf5bc
to
1ed5866
Compare
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.
feels like post 0.79 changes
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.
a few things to review/clarify
|
This attribute is needed in more than one type, so let's implement it. Consumers may need to add the required bit. In addition also add the success() method (although I think we need to call it is_success). Signed-off-by: Wesley Schwengle <[email protected]>
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.
LGTM
This attribute is needed in more than one type, so let's implement it.
Consumers may need to add the required bit.
In addition also add the success() method (although I think we need to
call it is_success).
Signed-off-by: Wesley Schwengle [email protected]