codedge-llc / pigeon

iOS and Android push notifications for Elixir
https://hex.pm/packages/pigeon
MIT License
639 stars 143 forks source link

Move token generation into Pigeon.APNS.Token #227

Closed andrewtimberlake closed 1 year ago

andrewtimberlake commented 2 years ago

This ensures the token is only generated once and used across all workers This fixes #226

hpopp commented 1 year ago

Took me a while to respond but this is great, thank you! I'll slot it for the next release candidate.