Recently I've been noticing issues with the 1.4 upgrades, most notably, 1.4.2. Since the upgrade yesterday, NONE of my async HTTP requests (using HttpClient) work, and the method they are in simply jumps to the end when it tries to execute the "await client.GetAsync()" command. This happens only on Android (test device is Lollipop 5.0).
Has anyone ran into this issue before?