Async Retry

For the last episode of our async/await chapter, we take a look at our waitForConnectionCount() function. Currently, it uses a third-party library to retry an action until it succeeds or times out. Can the await keyword make this simpler and cleaner? It can.

comments powered by Disqus