What steps will reproduce the problem? 1.I have installed the development apns certificate 2.Generate keystore 3.trying to send simple notification 4.Exception java.net.SocketException: Connection ...
this problem occur randomly in a POST method, which could be called periodically.I suspect during async call in okhttp, part of the request send after connection closed, so increasing write time out ...