Skip to content

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

@WXWYK

Description

@WXWYK

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions