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

realtime.ably.io is blocked in Russia #718

Closed
kronos opened this issue Apr 24, 2018 · 3 comments
Closed

realtime.ably.io is blocked in Russia #718

kronos opened this issue Apr 24, 2018 · 3 comments

Comments

@kronos
Copy link

kronos commented Apr 24, 2018

Hello. As far as I understand by default ably-ios library uses realtime.ably.io host which is now blocked by "Roskomnadzor" in Russia. Because of it our app stop operating. Is there any possibility to add another IP address to the domain or initialize the library with a proxy?

Thanks.

@funkyboy
Copy link
Contributor

@kronos We have a number of fallback hosts. Are they all blocked too? If not, the library should automatically fall back to a working one.

Also, out of curiosity, can you please try setting a proxy in the iOS settings of the device and see if that works?

@kronos
Copy link
Author

kronos commented Apr 24, 2018

@funkyboy Thank you, some of them aren't blocked but for unknown reasons library doesn't use them now. We'll look into, I describe the result (for another happy russian users) and close the issue.

@kronos
Copy link
Author

kronos commented Apr 26, 2018

Good news everyone, Russian goverment decided to unblock ably. Anyway to avoid this issue in the future make sure you turn on additional hosts in you code:

let options = ARTClientOptions(key: ablyKey)
// ...
options.fallbackHostsUseDefault = true

@kronos kronos closed this as completed Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants