feat: Working on sensor client dependency

This commit is contained in:
2024-11-10 21:16:56 -05:00
parent a65605e9e7
commit 10294801fc
9 changed files with 299 additions and 322 deletions

View File

@@ -90,7 +90,6 @@ public actor MQTTConnectionService: Service {
logger.debug("Begin shutting down MQTT broker connection.")
client.removeCloseListener(named: "\(Self.self)")
internalEventStream.stop()
// continuation.yield(.shuttingDown)
_ = client.disconnect()
try? client.syncShutdownGracefully()
continuation.finish()