If I call the scanForPeripherals function immediately after calling let centralManager: CentralManager = .live() , I got the error and cannot receive anything.
when i call scanForPeripherals delay some times ,the error is gone and can receive devices
If I call the
scanForPeripheralsfunction immediately after callinglet centralManager: CentralManager = .live(), I got the error and cannot receive anything.when i call
scanForPeripheralsdelay some times ,the error is gone and can receive devices