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

OS Network Reachability sometimes doesn't detect network state changes #908

Closed
ricardopereira opened this issue Oct 10, 2019 · 0 comments · Fixed by #910
Closed

OS Network Reachability sometimes doesn't detect network state changes #908

ricardopereira opened this issue Oct 10, 2019 · 0 comments · Fixed by #910
Labels
bug Something isn't working. It's clear that this does need to be fixed.

Comments

@ricardopereira
Copy link
Contributor

Which version of the Ably SDK are you using?

v1.1.11 - Beta 1

On which platform does the issue happen?

iOS 13

Which version of Xcode are you using?

Xcode 11.1

What did you do?

I set my iPhone to flight mode where the network is disconnected and a network change should be detected.

What did you expect to happen?

I was expecting a network change every time I changed the flight mode: on and off.

What happened instead?

Everything works well in the simulator and the test suite is fine too but the library misses some network changes while testing with a real device.

Logs are reporting some issues:

ARTOSReachability: instance not found for target {length = 8, bytes = 0xc036920101000000}
ARTOSReachability: instance not found for target {length = 8, bytes = 0xc036920101000000}
ARTOSReachability: instance not found for target {length = 8, bytes = 0xc036920101000000}
ARTOSReachability: instance not found for target {length = 8, bytes = 0xc036920101000000}
@ricardopereira ricardopereira added the bug Something isn't working. It's clear that this does need to be fixed. label Oct 10, 2019
@tcard tcard closed this as completed in #910 Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

Successfully merging a pull request may close this issue.

1 participant