-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
refactor: Refactor Message transmission & filtering. Implement RFC 116 #474
refactor: Refactor Message transmission & filtering. Implement RFC 116 #474
Conversation
LGTM 有一些优化或注意点可留到后续PR解决:
|
新加的any_to_string得补下单测,并检查它在Role和Message内使用时得到的是不是想要的string,两者是否一致: |
加到 |
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
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.
改符号、改格式等后续建议专门放在一个PR里
refactor: According to rfc 116