The methods in grain are usually asynchronous and support cancellation. I have added the GrainCancellationToken parameter to many methods, which is quite cumbersome.
Can we provide a GrainCancellationToken in RequestContext to avoid defining the GrainCancellationToken parameter in many methods of grain
The methods in grain are usually asynchronous and support cancellation. I have added the GrainCancellationToken parameter to many methods, which is quite cumbersome.
Can we provide a GrainCancellationToken in RequestContext to avoid defining the GrainCancellationToken parameter in many methods of grain