publish event with delay
aminparsa18 opened this issue · 2 comments
aminparsa18 commented
Is it possible to publish an event with a long time delay without using task.delay() from DelayRequestFilter ?
neuecc commented
Why do you want to avoid Delay?
Delay is the best choice when dealing with timers in async/await.
Also, the implementation of Delay has been optimized quite a bit in .NET 5.
aminparsa18 commented
Thank you,i also implemented in xamarin.forms and use instead of messaging center.
Its superfast and awsome👍