Skip to content

Make verifyNetwork async#1181

Merged
Gudahtt merged 2 commits intomainfrom
make-verify-network-async
Apr 14, 2023
Merged

Make verifyNetwork async#1181
Gudahtt merged 2 commits intomainfrom
make-verify-network-async

Conversation

@Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Apr 13, 2023

Description

The internal method verifyNetwork is now async. It performed an async call but didn't await it.

This method is only invoked as an internal event handler, so this didn't require any changes outside of that function (not even to tests). Effectively this is not a functional change in any way.

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 `verifyNetwork` is now async. It performed an
async call but didn't `await` it.

This method is only invoked as an internal event handler, so this
didn't require any changes outside of that function (not even to
tests). Effectively this is not a functional change in any way.

This relates to #1176
@Gudahtt Gudahtt force-pushed the make-verify-network-async branch from 38da81d to aed9ff3 Compare April 13, 2023 23:00
@Gudahtt Gudahtt marked this pull request as ready for review April 13, 2023 23:12
@Gudahtt Gudahtt requested a review from a team as a code owner April 13, 2023 23:12
Copy link
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense.

@Gudahtt Gudahtt merged commit 5f1106e into main Apr 14, 2023
@Gudahtt Gudahtt deleted the make-verify-network-async branch April 14, 2023 16:51
@legobeat legobeat mentioned this pull request Apr 25, 2023
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
The internal method `verifyNetwork` is now async. It performed an
async call but didn't `await` it.

This method is only invoked as an internal event handler, so this
didn't require any changes outside of that function (not even to
tests). Effectively this is not a functional change in any way.

This relates to #1176
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
The internal method `verifyNetwork` is now async. It performed an
async call but didn't `await` it.

This method is only invoked as an internal event handler, so this
didn't require any changes outside of that function (not even to
tests). Effectively this is not a functional change in any way.

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.

2 participants