You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see any logged errors anywhere except in the response.
NotificationResponse{error=null, httpStatusCode=-1, responseBody='null', cause=java.io.IOException: unexpected end of stream on okhttp3.Address@6b43b5d8}
Is there anything i can do to get more detail on the connection failure?
Thank you.
The text was updated successfully, but these errors were encountered:
Servlet Container | Apache Tomcat/9.0.35
Java 11.0.7 (AdoptOpenJDK) 64bit
I'm experiencing the error: unexpected end of stream on okhttp3.Address@6b43b5d8 with synch and asynch requests.
From my understanding in the past with java 8 you would need Jetty's ALPN JAR but with 9 and above you would not.
I am following the instructions on https://github.com/CleverTap/apns-http2/blob/master/README.md.
I don't see any logged errors anywhere except in the response.
NotificationResponse{error=null, httpStatusCode=-1, responseBody='null', cause=java.io.IOException: unexpected end of stream on okhttp3.Address@6b43b5d8}
Is there anything i can do to get more detail on the connection failure?
Thank you.
The text was updated successfully, but these errors were encountered: