Closed GoogleCodeExporter closed 8 years ago
As far as I can tell I am having an issue at this point in
PushNotificationManager.java file
Function:
public void sendNotification(Device device, PayLoad payload)
at this line of sendNotification:
this.socket.getOutputStream().write(getMessage(device.getToken(), new PayLoad()
));
Socket is closed but I do not know why it would be?
Original comment by sguerr...@gmail.com
on 23 Jul 2011 at 9:56
seems like a bad cert
what does the ssl debugging show?
Original comment by idbill.p...@gmail.com
on 25 Jul 2011 at 9:36
Thanks idbill... I finally got ti to work! and again sorry for sending you an
email out of the blue... but thanks again!
Original comment by sguerr...@gmail.com
on 28 Jul 2011 at 12:19
Original comment by idbill.p...@gmail.com
on 30 Aug 2011 at 7:55
Original issue reported on code.google.com by
sguerr...@gmail.com
on 23 Jul 2011 at 8:51