-
Hi all, I want to implement some notification handlers in my services for fire and forget functionality however I am not sure if the notification handler will wait to be executed before exiting the service? |
Beta Was this translation helpful? Give feedback.
Answered by
jbogard
Jan 21, 2024
Replies: 1 comment
-
It will. You'll want something additional for fire and forget, like Hangfire. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mou7866
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will. You'll want something additional for fire and forget, like Hangfire.