mullvad / mullvadvpn-app

The Mullvad VPN client app for desktop and mobile
https://mullvad.net/
GNU General Public License v3.0
5.13k stars 342 forks source link

Fix ANR due to the tokio runtime being blocked by `getaddrinfo` when dropped. #7210

Closed dlon closed 3 days ago

dlon commented 5 days ago

Use hickory-dns to resolve {ipv4,ipv6}.am.i.mullvad.net, which is non-blocking, instead of GAI.

Fix DES-1409.


This change is Reviewable

linear[bot] commented 5 days ago

DES-1409 Support Android team with ANR/shutdown investigation