01b issue
Opened this issue · 2 comments
rLinks234 commented
Add a sleep(2)
before this, as we have done in other examples
rLinks234 commented
Looks like a few other examples should have this as well, imo
iamtesch commented
We shouldn't sleep before the get group calls -- get group has a timeout built in. You only need a "sleep" there if you are about to print the lookup table, as that prints the current state (which may not be populated yet)
@rLinks234 -- good to close this?