diff --git a/sources/iOS/ios-communications/Sources/PolarBleSdk/sdk/impl/PolarBleApiImpl.swift b/sources/iOS/ios-communications/Sources/PolarBleSdk/sdk/impl/PolarBleApiImpl.swift index dd7fbd0b..d4e21c07 100644 --- a/sources/iOS/ios-communications/Sources/PolarBleSdk/sdk/impl/PolarBleApiImpl.swift +++ b/sources/iOS/ios-communications/Sources/PolarBleSdk/sdk/impl/PolarBleApiImpl.swift @@ -2315,7 +2315,7 @@ extension PolarBleApiImpl: PolarBleApi { } return Observable.from(sortedFirmwarePackage) - .flatMap { fileEntry -> Observable in + .concatMap { fileEntry -> Observable in let fileName = fileEntry.key let firmwareBytes = fileEntry.value let filePath = "/\(fileName)"