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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: