molotof / airdrop2

Automatically exported from code.google.com/p/airdrop2
0 stars 2 forks source link

Sleeping Threads #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The hopper is initialized but we dont wait for it to finish init'ing.

the object's code should run INIT first WITHOUT running hopping, so that the 
object and its variables can be established.

Once the object has been created, it should be instructed to run its first hop 
run and THEN we can use it as normal.

Please use this information to fix the .2 sleep in airdrop for the hopper 
setup.  We can't keep this like it is because of low-power devices

Original issue reported on code.google.com by BryanH...@gmail.com on 8 Jun 2013 at 3:25