We have an AppEngine app (App 1) that makes an API call via URLFetch to 
another AppEngine app (App 2). In App 2, we use the channel API to send a 
message to any open channels about the data we've just saved.

All of the code in App 2 executes fine and the message does get received on 
the channel. But we get a SocketTimeoutException in App 1 after the request 
is finished. The exception is received even before the ten second limit is 
reached. When I comment out the code to send the message down the channel, 
I don't get the exception.

Both apps are marked as thread-safe. Wondering if we've missed a 
configuration somewhere?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/kzMD3_MoOAEJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to