Apns4r
Apns4r copied to clipboard
Lib to communicate with Apple push notification services and make own APNs provider
Results
1
Apns4r issues
Sort by
recently updated
recently updated
newest added
In APNs4r::Sender#push, if @ssl.write fails there are two bugs in the rescue block: 1. The ssl connection is not recreated, since @ssl ||= connect is used rather than @ssl =...