deadmann / AdvancedRestHandler

A utility code that can be used to request Data from services...
MIT License
5 stars 0 forks source link

Configure Awaiter #49

Open deadmann opened 2 months ago

deadmann commented 2 months ago

Class libraries should always configure awaiter to false, even if the wait is used, otherwise in some scenario due to thread management done by .NET application may face starvation, in case the user does not use await in some middle layer of his code