In the source code,
https://code.google.com/p/javapns/source/browse/trunk/src/javapns/notification/P
ushNotificationManager.java#389
"BufferedReader in = new BufferedReader(new
InputStreamReader(this.socket.getInputStream()));"
this BufferedReader is never been used in the function. Should we just remove
it? Or this line actually useful for APNS?
Thanks
Original issue reported on code.google.com by xingxing...@gmail.com on 18 Jul 2014 at 9:55
Original issue reported on code.google.com by
xingxing...@gmail.com
on 18 Jul 2014 at 9:55