Skip to content

Conversation

@Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Apr 13, 2023

Description

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.

Changes

N/A

References

This relates to #1176

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation for new or updated code as appropriate (note: this will usually be JSDoc)
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate

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
@Gudahtt Gudahtt marked this pull request as ready for review April 13, 2023 23:13
@Gudahtt Gudahtt requested a review from a team as a code owner April 13, 2023 23:13
@Gudahtt Gudahtt merged commit 1d88565 into main Apr 14, 2023
@Gudahtt Gudahtt deleted the make-refresh-network-async branch April 14, 2023 18:43
@legobeat legobeat mentioned this pull request Apr 25, 2023
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
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
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants