Skip to content

Commit 4edbfdb

Browse files
committed
Fixed unowned reference
1 parent 32df60c commit 4edbfdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/GATT/GATTCentral.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public final class GATTCentral <HostController: BluetoothHostControllerInterface
151151
self.log?("Unable to stop notifications for \(characteristic.uuid)")
152152
}
153153
}
154-
}) { [unowned self] continuation in
154+
}) { continuation in
155155
Task(priority: .userInitiated) {
156156
do {
157157
// start notifications

0 commit comments

Comments
 (0)