I'm trying to replace a synchronous network call with an asynchronous one. The issue is that we need to timeout relatively quickly, and that's nearly impossible to do with a sync network connection.I'm trying to replace a synchronous network cal
I'm trying to replace a synchronous network call with an asynchronous one. The issue is that we need to timeout relatively quickly, and that's nearly impossible to do with a sync network connection.I'm trying to replace a synchronous network cal