Skip to content

Commit 638c05f

Browse files
committed
undo making l2capchannel sendable, since its unclear how safe it is to use its streams asynchronously
1 parent 946fe86 commit 638c05f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/CombineCoreBluetooth/Models/L2CAPChannel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22
import CoreBluetooth
33

4-
public struct L2CAPChannel: @unchecked Sendable {
4+
public struct L2CAPChannel {
55
// Need to keep a reference to this so the system doesn't close the channel
66
let rawValue: CBL2CAPChannel?
77
public let peer: Peer

0 commit comments

Comments
 (0)