Reusable tasks error.
See original GitHub issueOn some machines getting this error, on some all is good.
ReusableTasks.InvalidTaskReuseException: HasValueSentinel - Should not be invoked.
в System.Runtime.CompilerServices.ResultHolder.<>c.<.cctor>b__4_2()
в System.Runtime.CompilerServices.ResultHolder`1.TryInvoke(Action callback)
в System.Runtime.CompilerServices.ResultHolder`1.TrySetExceptionOrResult(Exception exception, T result)
в System.Runtime.CompilerServices.ResultHolder`1.SetResult(T result)
в MonoTorrent.Client.Connections.SocketConnection.HandleOperationCompleted(Object sender, SocketAsyncEventArgs e)
в System.Net.Sockets.SocketAsyncEventArgs.OnCompleted(SocketAsyncEventArgs e)
в System.Net.Sockets.SocketAsyncEventArgs.FinishOperationSuccess(SocketError socketError, Int32 bytesTransferred, SocketFlags flags)
в System.Net.Sockets.SocketAsyncEventArgs.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
в System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:15 (14 by maintainers)
Top Results From Across the Web
Reusable Github Workflows Errors Out Requiring 'steps'
Hello,. I'm kind of new to Github Actions and trying to set up a reusable workflow, and have one workflow call another.
Read more >How To Make Pipeline Continue On Reusable Workflow ...
I know that it's ensured by default fail-fast:true parameter. But on error, the whole pipeline stops. I want it continue to have an...
Read more >"[Rep_55035] an error occured during deployment. Can't ...
While trying to deploy a dynamic deployment group, deployment fails with the following error: [Rep_55035] an error occurred during deployment.
Read more >Defining reusable rules
A reusable rule is a processing rule that is a collection of processing actions. Reusable rules are for use by on-error or call...
Read more >ERROR: "TM_6203: Session or its instance is not Valid." when ...
This issue occurs when the workflow contains a reusable session task. The reusable session task is invalid in the Task Developer (even ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can confirm 1.0.6 fixed the issue for us. We have 180 clients running and we would get 10 crashes a day with 1.0.5, and everything looks fine now.
I’ve done checkout to previous version, that was without Reusable tasks for now.