-
Hi, I'm trying to run a background service in a module. this line in the module startup is hit:
However, the background service never runs, what could be the issue? I tried to start it manually, however the service isn't injected into the IOC it only works if, I add it to startup as a singleton, then start in manually: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@weirdyang HostedServices are only allowed at host level, you can read more here |
Beta Was this translation helpful? Give feedback.
-
Ok so my current implementation is to:
will there be any issue with this implementation? |
Beta Was this translation helpful? Give feedback.
@weirdyang HostedServices are only allowed at host level, you can read more here