Make requests till the crash (ex: load images/jokes in example app)
Expected behavior
Writing is stopped if no space available
Enviroment:
Device: iPhone 12
OS: iOS 15.1
Netfox version: 1.20.0
Xcode version: 13.1
Swift version: 5.1
Additional context
Add any other context about the problem here.
The reason of crashing is probably fileHandle.write method as it does not throw any exception
Describe the bug An application is crashing if no space left on device for writing data in a file.
To Reproduce Steps to reproduce the behavior:
Expected behavior Writing is stopped if no space available
Enviroment:
Additional context Add any other context about the problem here. The reason of crashing is probably fileHandle.write method as it does not throw any exception