NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
88 stars 40 forks source link

FS Manager failure when downloading a file that is being appended to #105

Closed MikeSnyder360 closed 12 months ago

MikeSnyder360 commented 1 year ago

I'm trying to download a logfile that's growing. In this case, we're missing the ==, as the offset never matches the size, but exceeds it.

https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager/blob/2fcdf9a5b20e6ab0c2215cec37ed3f26c0888126/Source/Managers/FileSystemManager.swift#L407

dinesharjani commented 12 months ago

Closing since https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager/pull/107 was merged to fix the issue.