feat: Begins breaking out topic listener and publisher as it's own dependency.

This commit is contained in:
2024-11-12 11:12:34 -05:00
parent bf1126b06a
commit b6db9b5322
7 changed files with 278 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ struct Application {
$0.mqttConnectionManager = .live(client: mqtt, logger: logger)
} operation: {
let mqttConnection = MQTTConnectionService(cleanSession: false, logger: logger)
let sensors = SensorsService(sensors: .live)
let sensors = SensorsService(sensors: .live, logger: logger)
var serviceGroupConfiguration = ServiceGroupConfiguration(
services: [