简体   繁体   中英

Which gem is good for APNS persistent connection for ruby on rails?

Write now i am using apn_on_rails gem, which is not make persistent connection to APN Servers. So i want to use gem which will make persistent connection to APN Servers and also will take low memory to server. I have found following gems for the same

  • jnak / apnmachine
  • ileitch / rapns
  • geoloqi / lead_zeppelin

So please suggest me which one is better.

I really appreciate if someone guide me for the same.

thanks

We use this one in production https://github.com/nerdsRob/APNS . It works and it can persist connections with

APNS.cache_connections = true

Hope that helps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM