We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
//如果返回数据长度值 大于 已读取数据长度 表示数据还未读取完整,跳出循环等待再次读取. if (data_size > remaining_size) { _lastMessage = message; break; }else{//返回数据长度值 大于等于 已读取数据,开始解析 QByteArray tempMessage; ........... }
注释中“//返回数据长度值 大于等于 已读取数据,开始解析”是否应该是“//返回数据长度值 小于等于 已读取数据,开始解析”?? 谢谢
The text was updated successfully, but these errors were encountered:
是的,感谢纠正
Sorry, something went wrong.
@MaZhengg 同学你好,请问你是做 SLAM 的吗?
学习中,还不怎么熟悉
No branches or pull requests
注释中“//返回数据长度值 大于等于 已读取数据,开始解析”是否应该是“//返回数据长度值 小于等于 已读取数据,开始解析”?? 谢谢
The text was updated successfully, but these errors were encountered: