You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grp...@googlegroups.com, Jun Li
Hi,
We are calling our grpc endpoint with TLS from app engine. I am wondering how often does a TLS handshake happen in case we are calling from app engine, given our client stub is provided as a Singleton? Especially we don't know how app engine will deal with the client stub.
Best,
Baojun
Srini Polavarapu
unread,
Mar 14, 2018, 1:35:31 PM3/14/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Please specify the language you are using and whether it is flex or standard AppEngine.
b...@soliduslink.com
unread,
Mar 20, 2018, 6:34:12 PM3/20/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
We are using Java on standard Appengine. Thanks
Ken Payson
unread,
Mar 21, 2018, 1:58:13 PM3/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
If you are using a singleton channel, you should only need to do the TLS handshake once, or if the channel needs to reconnect due to a connection timeout or disconnect.
b...@soliduslink.com
unread,
Mar 21, 2018, 5:11:01 PM3/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message