-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
TarsDecoder 在解析 ByteArray 时可能出错导致后续内容解析失败 #762
Labels
Milestone
Comments
RequestPacket 内是正常的,可能是 primitive bytearray 和 byte list 的区别导致的 |
影响:network/protocol/data/jce/SvcDevLoginInfo.kt:19 |
sandtechnology
pushed a commit
to sandtechnology/mirai
that referenced
this issue
Jan 5, 2021
Him188
added a commit
that referenced
this issue
Jan 5, 2021
…ite event (#804) * Introduce UserInfo and change uin to id * Stranger api: List and asStranger * Stranger api: Events * Stranger api: MessageDSL and MessageSource * Update docs * Improve LoginSolver fix project-mirai/mirai-login-solver-selenium#4 * Improve SeleniumLoginSolver loading * Fix MessageChain.fragmented * 2.0-M2-1 * Stranger api change: StrangerRelationChangeEvent * Stranger impl: list and asStranger * Stranger impl: get stranger list and del stranger protocol * Stranger impl: add stranger protocol * Stranger impl: MessageSource refactor and sending&receiving message * Stranger impl: Dropping long message support (server rejected) * Stranger impl: sending stranger message when member is stranger * Fix wrong key Co-authored-by: Him188 <Him188@mamoe.net> * Add @LowLevelApi Co-authored-by: Him188 <Him188@mamoe.net> * Remove redundant val modifier * Replace nudge if statement to when statement * Move list seq to QQAndroidClient * Replace id with uin in UserInfo and fix build error * Using by lazy in asStranger * Fix wrong wordings * Fix wrong wordings in uploading image * Fix nudge * Fix #478, sync other client join group * Change to NormalMember and update toString method Co-authored-by: Karlatemp <karlatemp@vip.qq.com> * Launch on bot network scope Co-authored-by: Him188 <Him188@mamoe.net> * Fix TarsDecoder fix #762 * Fix TarsInput.skipField Co-authored-by: Him188 <Him188@mamoe.net> Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前影响不大,issue 放在这里提醒开发时遇到错误可能需要注释某个 ByteArray 属性(skip)
The text was updated successfully, but these errors were encountered: