Replace default await periods with a try/catch #7
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, we're waiting ~9 seconds for our new topic to be persisted to a mirror node, allowing us to successfully create a subscription to that topic. We should replace this with a try/catch block on an interval (2-3 seconds could make sense?), with a maximum # of retries.
The text was updated successfully, but these errors were encountered: