When debugging async services, in Visual Studio 2017, frequently the calling app somehow times out and returns "A Task was cancelled" error - when really I'm just taking too long debugging.
Is there any way to extend the timeout or suspend cancelling tasks when debugging?
I'm running a web app, async calling a separate rest service. Two visual studio solutions open, debugging from the web app solution steps straight into the other solution no problem - but the first solution raises the "Task Cancelled" error after about 5 minutes.