I am using URLSession to fetch the live preview of the image from the server. But whenever I am keeping app into the background state for just second and coming back to foreground state I am getting following error message.
load failed with error Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost."
Please let me know if you guys come across such problem.