vector-python-sdk
vector-python-sdk copied to clipboard
why use CancelActionByIdTagRequest instead of the gRPC cancel function?
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?