Skip to content

Commit 04122a9

Browse files
committed
conform OcaNetworkAdvertisingServiceType to Sendable
1 parent b59e0fa commit 04122a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftOCA/OCC/ControlDataTypes/NetworkApplicationDataTypes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public enum OcaNetworkAdvertisingService: OcaUint8, Codable, Sendable, CaseItera
4141
case expansionBase = 128
4242
}
4343

44-
public enum OcaNetworkAdvertisingServiceType: String {
44+
public enum OcaNetworkAdvertisingServiceType: String, Sendable {
4545
case none = ""
4646
case tcp = "_oca._tcp."
4747
case tcpSecure = "_ocasec._tcp."

0 commit comments

Comments
 (0)