If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
1.9 KiB
1.9 KiB
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future