I'm having trouble using the memcache api in Go under runtime go112 After using the appengine context for memcache api's Get or Set I'm getting: *service bridge HTTP failed: Post http://appengine.googleapis.internal:10001/rpc_http <https://slack-redir.net/link?url=http%3A%2F%2Fappengine.googleapis.internal%3A10001%2Frpc_http>: dial tcp 169.254.169.253:10001: i/o timeout*
This works fine when downgraded to go111, however I'd rather make it work for runtime 1.12 and onward. Does anyone know how to make memcache work with go112 in app engine? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/dad58212-ebac-4379-8ff7-459978715915%40googlegroups.com.
