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
为什么read失败只是简单close并清理read事件(其中一个分支甚至没有close),send失败处理close外,还需要清理read & write事件、清理sent_data,这样会导致不同事件触发顺序会导致不同的结果,代码在rmt_core.c:1535;rmt_core.c:1392
The text was updated successfully, but these errors were encountered:
No branches or pull requests
为什么read失败只是简单close并清理read事件(其中一个分支甚至没有close),send失败处理close外,还需要清理read & write事件、清理sent_data,这样会导致不同事件触发顺序会导致不同的结果,代码在rmt_core.c:1535;rmt_core.c:1392
The text was updated successfully, but these errors were encountered: