IpcServiceFramework icon indicating copy to clipboard operation
IpcServiceFramework copied to clipboard

When CancellationTokenSource is passed, the server side is different from the client side.

Open WXWYK opened this issue 3 years ago • 0 comments

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 image

image

WXWYK avatar May 10 '22 08:05 WXWYK