You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
hebi-cpp-examples/basic/01b_get_group_single_module.cpp
Line 31 in e659ef3
Add a
sleep(2)
before this, as we have done in other examplesThe text was updated successfully, but these errors were encountered: