Delete your timeout helper. If your code has Task.WhenAny + Task.Delay just to put a timeout around an await, Task.WaitAsync probably does it cleaner. Tiny API. Nice cleanup. Very satisfying. https://learn.microsoft.com/dotnet/api/system.threading.tasks.task.waitasync
1 likes 1 replies
?