Vladimir Reshetnikov
Vladimir Reshetnikov
New page. If stories are at `/stories`, the blog entry should be at `/stories/1234`
This might be similar to https://github.com/chvanikoff/apns4ex/issues/52 The way it works on Apple side is that any push is `successful` as long as they receive it. Then they either deliver it...
It is hard to troubleshoot it like that. Anyone else experiencing this issue? It is possible that connections died and maybe were not properly reopened. They do re-connect after some...
Please make a PR with new Poison, I'll update version and ask @chvanikoff to push a new version out. Unfortunately I don't have rights for `hex.pm`
@mrcnkoba I don't have any Elixir code in production right now (unfortunately). But I don't want to drop support for the library if it is being used. In case @chvanikoff...
Unfortunately I have no Elixir env anymore and no iOS project to verify the changes. So @chvanikoff is your best bet.
I agree, I would gladly do so but I have no rights to publish, only @chvanikoff can since hex does not allow non-owners to publish.
What about people still using poison 2.x? Shouldn't it be `{:poison, "~> 1.5 or ~> 2.0 or ~> 3.0"},`