We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32df60c commit 4edbfdbCopy full SHA for 4edbfdb
1 file changed
Sources/GATT/GATTCentral.swift
@@ -151,7 +151,7 @@ public final class GATTCentral <HostController: BluetoothHostControllerInterface
151
self.log?("Unable to stop notifications for \(characteristic.uuid)")
152
}
153
154
- }) { [unowned self] continuation in
+ }) { continuation in
155
Task(priority: .userInitiated) {
156
do {
157
// start notifications
0 commit comments