feat: Removes unused files

This commit is contained in:
2024-11-11 16:28:11 -05:00
parent 1e62d7aac0
commit ef552fb8bc
9 changed files with 51 additions and 162 deletions

View File

@@ -71,7 +71,7 @@ public actor MQTTConnectionService: Service {
}
}
private nonisolated func shutdown() {
nonisolated func shutdown() {
logger.debug("Begin shutting down MQTT broker connection.")
client.removeCloseListener(named: name)
internalEventStream.stop()