-
Notifications
You must be signed in to change notification settings - Fork 25
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
IOS Issue , SocketException . #30
Comments
hi @Peet-A |
so I think the problem still related to the new DoH feature (on the latest version). |
Yeah that is most likely due to DoH. I think best thing would be to remove DoH and revert back to InternetAddress.lookup, since DoH didn't really solve any problems for the lib (still not working on the web), it only created more issues. |
This package gives me the correct time when I am using Wi-Fi, but when i am using cellular data, it gives me the error of SocketException: OS Error: Connection timed out, errno = 110, address = dns.google.com, port = 44198. Why is that? |
@shabeenabarde Not sure, could you paste the whole log here? |
Weird.. today I am not getting the error. I don't know if it's because I deleted the package from the folder and downgraded to version 1.0.7. If the error persists again, I shall let you know. |
This should be fixed with 2.0.0. Closing this, if this is still happening feel free to reopen |
hello all. ,
i am using the ntp function , to get the real time ,
await NTP.now();
and i got this exception on ios device ,
SocketException: OS Error: Connection reset by peer, errno = 54, address = dns.google.com, port = 53945
any idea what is wrong !!
The text was updated successfully, but these errors were encountered: