gRPC Python : How can cancel server side blocking call or infinite loop?
67 views
Skip to first unread message
핑귤핑귤
unread,
Sep 24, 2016, 8:57:28 PM9/24/16
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
How can cancel server side blocking call or infinite loop (ex: time.sleep ) ?
Is it possible?
Many thanks.
Masood Malekghassemi
unread,
Sep 27, 2016, 7:20:48 PM9/27/16
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
Could you please clarify with a bit of code (or even pseudo-code) what you mean and what it is you want to do with it? Specifically, it'd be really helpful to see what you mean by 'server side blocking call' in this context, as 'blocking' in the gRPC vernacular usually refers to a client side behavior (i.e. the client blocks the thread the call was invoked on until the call is finished).