Henry Popp
Henry Popp
So, this is interesting. http/2 connections definitely can't handle >1 million requests over their lifetime, but the GenStage implementation should properly queue while it sets up a new connection. It's...
Excellent idea. Looks like the channel name conflicts with someone's pigeon username, so I set one up at `#pigeon_`
Finally coming up for air to work on this release. Web push will likely be the last item on the list, as I need to complete the other restructuring tasks...
Thanks for the heads up, I'll take a look!
So some general updates. I'm polishing off the MR at #185 that will support the new Ecto-style workers. I'm introducing new `Pigeon.Dispatcher` and `Pigeon.Adapter` modules that will make this process...
FCM v1 implementation has now been merged to master! The legacy FCM API has been renamed to `LegacyFCM`, as the payload and configuration are quite a bit different. That API...
Yeah the RC's should be pretty close to final release. I just published `2.0.0-rc.1` that bundled a fix from earlier this year.
It wasn't on my list but I can add it. Seems like it would be a nice complement to the JWT functionality I was planning to implement for APNS.
I'm thinking at this point, it would be wisest to migrate to FCM's newer API before adding support (probably a v2.0 release). #161 will likely be the last feature of...
Which older versions of Elixir and Erlang and what version of Pigeon are you using?