When running on Windows, TaskCanceledException is being thrown by async HttpClient calls when the timeout elapses. When running the same code under Android, receiving a WebException instead.
Every so often my application begins to throw this error on every single request to the API. I've witnessed this on my local and in our production environment which ...