vector-python-sdk icon indicating copy to clipboard operation
vector-python-sdk copied to clipboard

why use CancelActionByIdTagRequest instead of the gRPC cancel function?

Open hyansuper opened this issue 4 years ago • 0 comments

Hi, I am learning gRPC and I find vector-python-sdk a great example using gRPC.

grpcio/aiogrpc supports cancellation for sync/async client, https://github.com/grpc/grpc/tree/master/examples/python/cancellation , Is there any consideration preferring CancelActionByIdTagRequest over the grpcio's builtin cancellation function?

hyansuper avatar Apr 16 '20 10:04 hyansuper