feat: Updates for Sendable conformance

This commit is contained in:
2024-11-09 01:16:57 -05:00
parent 529b9b0bc5
commit 79bb162434
8 changed files with 43 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ import MQTTNIO
// TODO: Remove
public struct DewPointEnvironment {
public struct DewPointEnvironment: Sendable {
public var envVars: EnvVars
public var mqttClient: MQTTNIO.MQTTClient