crufters/actio

The Injector is a bit of a kitchen sink as a dependency

crufter opened this issue · 0 comments

Just added the HTTP server as a public member of the Injector class to help websocket implementations.
Previously the it was needed for the SystemService.

It is becoming a bit of a kitchen sink, it would be nice to break this up to smaller chunks. Maybe expose abstract and more limited classes that use the Injector under the hood but don't pass it down directly to services?