Closed tossorrow closed 3 years ago
Could you provide a complete source repository? That would be helpful for the people wanna help.
Thanks for reply, here‘s the complete source repository https://gitee.com/tossorrow/forissue_secs.git
I have addressed the issue in this commit If the problem solves, I'd publish a new version later.
problem solved, thx
I created 2 buttons in winform app.
I click start button and then click end button, exception occured in
_cancellationTokenSource.Cancel()
. Cannot cast an object of type "PooledAwait.ValueTaskCompletionSource1[System.Object]" to type "System.Threading.Tasks.TaskCompletionSource1[System.Object]".