I ran into a weird situation today: The device is ...
# android
h
I ran into a weird situation today: The device is on WiFi. My app using retrofit is timing out accessing the backend API. Changing connection to 4G/LTE then everything works. What could be the cause of this? A cached bad DNS resolution?
😀 1