googleads-java-lib icon indicating copy to clipboard operation
googleads-java-lib copied to clipboard

Enable keepAlive at Socket level

Open tadepalli-yahoo opened this issue 1 year ago • 0 comments

Hi,

We pull GAM data via Ad Manager API everyday. Recently we started seeing "java.net.SocketException: Unexpected end of file from server" exception and the data pull has been failing.

We have identified a potential problem with a proxy service sitting between our client and the google server. It appears that proxy service may be terminating connections that have been idle for 5 minutes. We are looking to enable to keepAlive at Socket level which is internal to Ad Manager library.

Can you please provide instructions on how enable keepAlive at Socket level.

Thanks!

tadepalli-yahoo avatar Oct 10 '23 20:10 tadepalli-yahoo