tristanhimmelman / AlamofireObjectMapper

An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
MIT License
2.66k stars 474 forks source link

crash when cancel request #253

Open fukemy opened 6 years ago

fukemy commented 6 years ago

Hi. I got problem, when i cancel request, but still got result in alamofire network function, the dataResponse can not convert to any object, it only contain failutre.

screen shot 2018-07-27 at 16 38 25

Plz help