cauliframework / cauli

Debug Networking
https://cauli.works
MIT License
28 stars 5 forks source link

A timeout via the session is wrongly stored as cancelled in the storage #160

Open brototyp opened 5 years ago

brototyp commented 5 years ago

Reproduction

Expected behavior

Observer behavior

brototyp commented 5 years ago

Honestly ... I am not sure if it is a bug from out side or from apples side. If I try to reproduce this issue and break into the public func urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?) { function, the error there states, that the task was cancelled. What to you two think about this bug, @pstued & @Shukuyen ?