cgst
Results
2
issues of
cgst
For long running tasks gated by a lock, there needs to be a way to renew the lock.
Attempting to ``` swift bluetoothManager.startAdvertising(nil) bluetoothManager.stopAdvertising() ``` in `triggerBluetoothStatusUpdate()` outputs an error message on the iOS system console: > [CoreBluetooth] API MISUSE: can only accept this command while in the...
bug