chvanikoff / apns4ex

APNS for Elixir
MIT License
70 stars 23 forks source link

Avoid failing when no pools are present #49

Closed danhper closed 7 years ago

danhper commented 7 years ago

Hi, would it be possible to default the pools to []. While I understand it is often desirable to configure them using mix config, I configure them at runtime in my library and apns4ex therefore fails on boot: https://github.com/tuvistavie/pushex/issues/4

Thanks!