Francisco Couceiro
Francisco Couceiro
Another use case I just stumbled upon is if we want to setup a Lambda Trigger for the dead letter queue. I was trying something along the following lines on...
I am also experiencing this crash. Any updates?
`JellyGifAnimator` is using a serial queue (labelled "custom.jelly.gif.animator.queue") to async run `JellyGifOperation`s whenever `prepareAnimation` is called. The crash seems related to Foundation.Operation internals: Crashed: custom.jelly.gif.animator.queue 0 libobjc.A.dylib 0x2474 objc_msgSend +...
@saritaOctal can you try the fix using my fork and give feedback? If you are using CocoaPods: pod 'JellyGif', :git => 'https://github.com/frcouceiro/JellyGif.git'
> @frcouceiro Have experienced the same, have you found your fix to be reliable? I haven’t experienced new crashes since then. I would suggest you to debug and see if...