Is it recommendable to await on C# Channel.Reader.WaitToReadAsync for long periods of time?

后端 未结 0 1101
无人共我
无人共我 2021-01-13 09:43

I have a BackgroundService/IHostedService in an ASP.NET API core app with a Channel, that awaits for something else to write on the channel, so it

相关标签:
回答
  • 消灭零回复
提交回复
热议问题