Newbe36524

Results 28 comments of Newbe36524

Exactly right, you can think about it. For example, at this point, your asynchronous operation is a long task in the background and it may take up to 60 seconds...

I think Channel could be your best choice in most cases. see more: https://devblogs.microsoft.com/dotnet/an-introduction-to-system-threading-channels/

Please allow me to say simple and direct instructions. First of all, you have some misconceptions. the following thing is right: 1. _messageQueue.GetConsumingEnumerable() will block current thread 2. Task.Run with...

In my opinion. If you want to descory the feed , maybe Nuget explorer is quite enough. https://www.microsoft.com/en-us/p/nuget-package-explorer/9wzdncrdmdm3?activetab=pivot:overviewtab# If you want to share some key infomation about the feed. It...

> Hi @ndrwrbgs, > > I created a class named `ExceptionInterceptor` that implements `IInterceptor` which can be used with Autofac interception. This class, in turn, delegates Intercept method calls to...

WOW, it is cool, I will add a new story to make it done in the next sprint. And I will get back to you if it works.

SmartQQ is dead. but users still alive. I am a author of [Newbe.Mahua.Framework](https://github.com/newbe36524/Newbe.Mahua.Framework) which is a qq robot sdk base on some qq robot framework like CQP , MyPcQQ etc....

> @dferretti Sometimes, we will create a [Timed background tasks ](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services?view=aspnetcore-7.0&tabs=visual-studio#timed-background-tasks), which need execute an async task, but the [Timer](https://learn.microsoft.com/en-us/dotnet/api/system.threading.timer?view=net-7.0) only receive a callback which returns void. > > So,...

> You're not using cross in that example, but you're installing a cross from 2019 > > Does this work > > ``` > - name: Build > run: |...