Ryan Williams

Results 1 comments of Ryan Williams

You may wish to consder `var cts = new CancellationTokenSource(TimeSpan.FromSeconds(2));` and then passing `cts.Token` into your async methods to get a more precise timeout.