djsuperchief / Kyameru

Kyameru is a business processing engine inspired by Apache Camel and built for .Net Core.
https://djsuperchief.github.io/Kyameru/
MIT License
2 stars 1 forks source link

Critical fix for DI #45

Closed djsuperchief closed 3 years ago

djsuperchief commented 3 years ago

Original DI was only ever registering one service which in turn meant that only one route would ever be created. Adding as an IHostedService ensures that all registrations take place and should run as expected.