Henry Popp

Results 56 comments of Henry Popp

`gateway` is the old api. Try `api.push.apple.com`

What's the result of `Kadabra.open('api.push.apple.com', :https, port: 2197)`

So it looks like you can establish a connection just fine. This is supposed to throw an error, but if you're using credentials relative to `priv/` it should read ```...

Keep `:pigeon` in the applications list if you are explicitly listing them-- the default worker needs to be started. Also, that error usually indicates that the paths to your cert...

This has been on my roadmap for a while, likely for a Pigeon `v2` release. I need to properly plan through API changes and see if there's any potential issues.

Heh, I've been absolutely swamped with deadlines over the past few weeks. My plan is to pick it back up around mid september again!

[Support for FCM v1 has now been merged to master.](https://github.com/codedge-llc/pigeon/issues/171#issuecomment-851575278) The only thing left is testing and polish. Any feedback on design choices would be much appreciated.

I took a couple days to dig around and investigate before answering, but @subsetpark beat me to it. So the good news: Pigeon will work just fine as is. The...

You've actually addressed one of the issues I'm working toward fixing in subsequent pigeon/kadabra releases. Ideally pigeon wouldn't use GenStage at all, and kadabra would queue all of the requests,...

Thanks for the heads up on this. I'll work out a better solution and put out an `rc.1` Funny enough, early on in pigeon's development it used to reconnect indefinitely...