Describe the bug
Task DoTask(CancellationTokenSource cancellationToken);
When the client calls DoTask(cancellationToken),cancellationToken has been cancelled,
But the server receives the CancellationToken is not cancelled.
Expected behavior
the server receives the CancellationToken is cancelled.
Screenshots

