Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The internal method `refreshNetwork` has been made async. The method already called an asynchronous method internally, but it was not `await`-ed. Now it is. This method is only being called from within synchronous functions. They will be made async in later PRs. Because the async call was the last operation, this change effectively has no functional impact. This relates to #1176
- Loading branch information