feat: Commit due to moving to nas

This commit is contained in:
2024-11-07 14:31:02 -05:00
parent 7122fc818b
commit 19b2eb42c5
6 changed files with 30 additions and 6 deletions

View File

@@ -41,11 +41,10 @@ extension Client {
}
import Logging
import NIOTransportServices
import EnvVars
public class AsyncClient {
//public static let eventLoopGroup = NIOTSEventLoopGroup()
public static let eventLoopGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
public let client: MQTTClient
public private(set) var shuttingDown: Bool