Loop Mechanism #4
Roland-J
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The loop used to break in rare occasions. Most of the time the loop would run for hours without breaking. However, we probably don't want it to ever break; to pause is fine, to break is not. The best I can tell is that it breaks when certain packets get dropped.
So, I consulted with Rubenator and came up with a new loop design largely due to his help. This diagram illustrates its flow. This is now implemented into SmartSkillup!
Beta Was this translation helpful? Give feedback.
All reactions