race condition when activating network
Open
- Dominant language
- Dart
- Stars
- 30
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
`addAndActivateConnection` awaits the networkmanager `AddAndActivateConnection` method call completion, then starts looking for the active connection to be added.
However, sometimes it seems the active connection is added before the `AddAndActivateConnection` call is complete, and the function never completes.
Contributor guide
Assessment
This issue has not been assessed yet.