We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946fe86 commit 638c05fCopy full SHA for 638c05f
1 file changed
Sources/CombineCoreBluetooth/Models/L2CAPChannel.swift
@@ -1,7 +1,7 @@
1
import Foundation
2
import CoreBluetooth
3
4
-public struct L2CAPChannel: @unchecked Sendable {
+public struct L2CAPChannel {
5
// Need to keep a reference to this so the system doesn't close the channel
6
let rawValue: CBL2CAPChannel?
7
public let peer: Peer
0 commit comments