Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Android): properly check on pollForValidSSID if network connected #399

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EXio4
Copy link

@EXio4 EXio4 commented Aug 13, 2024

pollForValidSSID is checking if network is 'something', which might just be connecting so it fails to actually wait for a proper connection to be realized - tested with examples/with-expo demo on Android 8

this is required as the network state might be 'connecting' to a network
it'd look the same as 'connected' without checking for status
@EXio4
Copy link
Author

EXio4 commented Aug 18, 2024

which contributors have time to check this? wondering if there's any issues with the implementation

cc: @JuanSeBestia

Copy link
Collaborator

@notjulian notjulian left a comment

Choose a reason for hiding this comment

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

lgtm

@DavideViolante
Copy link
Collaborator

LGTM, can you fix the conflicts please?

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