❔ Stack Overflow Exception due to excessive cancellation token related method invocations?
I'm getting a stack overflow exception at unpredicable times and upon investigation in Rider's parallel stacks functionality I can see that pretty early on in my application I'm getting a rather verbose stack with a few calls related to cancellation token registration repeated over and over. What are some things I can begin investigating that might cause this behavior?
For context, I have
For context, I have
async/await processing in place, and several areas where I have tasks spawning tasks for example:
