Seva Orlov

Results 3 issues of Seva Orlov

These open connection errors can't be catched, https://github.com/NicosKaralis/pushmeup/blob/master/lib/pushmeup/apns/core.rb#L100 https://github.com/NicosKaralis/pushmeup/blob/master/lib/pushmeup/apns/core.rb#L101 because they are rescued and new error occure on closing `@ssl`, because `@ssl` is nil https://github.com/NicosKaralis/pushmeup/blob/master/lib/pushmeup/apns/core.rb#L83

Sets the context for the message copy when it is retried. The problem is that currently if a handler fails to process a message - it is copied, but without...

Hey, @magnusvk, I just realised that this code https://github.com/magnusvk/after_commit_action/blob/master/lib/after_commit_action.rb#L23 leads to triggering all `after_commit` callbacks on the model that don't have `on` option, which might not be an expected behaviour....