ipjohnson/EasyRpc

Add support for CancellationToken in Service

Closed this issue · 1 comments

While the asp.net core CancellationToken is available through the http context it would be good to be able to directly bring the CancellationToken similar to what MVC supports.

This is now implemented