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
Normally, it is not good design to have a subscriber inside a subscriber as implemented here and here. It's better to use the wait_for_message API to block code execution until the first sync event message is received.
The text was updated successfully, but these errors were encountered:
Normally, it is not good design to have a subscriber inside a subscriber as implemented here and here. It's better to use the
wait_for_message
API to block code execution until the first sync event message is received.The text was updated successfully, but these errors were encountered: