LakeEffectRobotics / LakeEffectScoutingApp

Scouting app for FIRST Robotics Competition team Lake Effect Robotics
https://play.google.com/store/apps/details?id=ca.lakeeffect.scoutingapp
Other
7 stars 10 forks source link

See if Thread.sleep(1000) is nessesary #135

Open ajayyy opened 6 years ago

ajayyy commented 6 years ago

Line 104, ConnectionThread.java

ajayyy commented 5 years ago

Doesn't matter much as it is done on another thread. It just prevents two pulls within 1 second of eachother.