yannickl / AwaitKit

The ES8 Async/Await control flow for Swift
MIT License
750 stars 54 forks source link

AwaitKit and Kingfisher Stuck #14

Open igordeoliveirasa opened 7 years ago

igordeoliveirasa commented 7 years ago

I got a class which has a method encapsulating KingfisherManager.shared.retrieveImage. This method returns a Promise. It always worked well. However, after I have started to use AwaitKit KingfisherManager.shared.retrieveImage it stucks, not trigering callback.

Works on simulator but not on real device.

Thanks for the help in advance.

yannickl commented 7 years ago

Hi @igordeoliveirasa,

How do you create your promise? Can you upload a sample project or gist file please?