-
Notifications
You must be signed in to change notification settings - Fork 2
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
Message send flow docs #863
Conversation
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.
Just some PEP-257 requested changes.
…message-send-flow-docs
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.
Thanks for getting the PEP-257 updates in., Just one very minor detail (a space before the first word in a comment), otherwise, LGTM. Will approve (please get the little fix, of course).
…message-send-flow-docs
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.
Thanks, @A-Shumway42!
Description
This PR adds docs in
all.md
explaining the general path of the message send flow. Code comments have been added in the logic to help explain the process.Security Considerations
None