feat: Begins more work on async integration
This commit is contained in:
@@ -61,7 +61,7 @@ public class AsyncClient {
|
||||
tlsConfiguration: nil,
|
||||
webSocketURLPath: nil
|
||||
)
|
||||
self.client = .init(
|
||||
self.client = MQTTClient(
|
||||
host: envVars.host,
|
||||
identifier: envVars.identifier,
|
||||
eventLoopGroupProvider: .shared(Self.eventLoopGroup),
|
||||
|
||||
Reference in New Issue
Block a user