Noah Harrison

Results 1 issues of Noah Harrison

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 =...