たとえば iOS アプリのサーバサイドを Rails で実装している場合などに PUSH 通知を使いたいとき、 APNs(Apple Push Notification service) 通信用の ruby 実装として便利な gem、jpoz/APNS なのですが、現行バージョン(1.0.0)にかなり危険なバグがあるようで。 https://github.com/jpoz/APNS/issues/19 https://github.com/jpoz/APNS/pull/22 このコミット以来、 def self.send_notifications(notifications) sock, ssl = self.open_connection packed_nofications = self.packed_nofications(notifications) notifications.