-
-
Notifications
You must be signed in to change notification settings - Fork 49
Sync issue when host sends multiple signon requests #16
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
Conversation
If the host sends a signon but does not get a SYNC response it will send again. This will lead to being out of sync with data in the rx buffer that is not consumed. To avoid this we consume all extra host bytes before sending a INSYNC reply.
Co-Authored-By: f34rdotcom <coder@f34r.com>
Co-Authored-By: f34rdotcom <coder@f34r.com>
f34rdotcom
commented
Sep 26, 2020
I am not sure how I can set my git repo back to that point so I can fix it :(
The fix is simple just need the {}. help :)
I have now fixed the formatting @f34rdotcom. I appreciate your interest in getting the CI status to ✔️!
CLAassistant
commented
Apr 9, 2021
CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
✅ per1234
❌ f34rdotcom
You have signed the CLA already but the status is still pending? Let us recheck it.
Moved from arduino/Arduino#8133 by @f34rdotcom
If the host sends a signon but does not get a SYNC response it will send again. This will lead to being out of sync with data in the rx buffer that is not consumed. To avoid this we consume all extra host bytes before sending a INSYNC reply.