Jun Zhu

Results 5 issues of Jun Zhu

### Verified issue does not already exist? Yes ### What error did you receive? ``` Build : 13.0.6300 BuildLevel : 13.0.6300 BuildTarget : 13.0.6404 Compliant : False CULevel : CUTarget...

bugs life
waiting for team

Hi @darkl, Just noticed another leak, but this one is event handler leak when we have lots of RPC calls cancelled. You can try run `CallerDealerTests.LeakTestOnCancelCalls` from this [demo branch](https://github.com/Code-Sharp/WampSharp/compare/master...ZapTechnology:WampSharp:jun/WampSharp/eventhandler-leak)...

**Describe the bug** When a `WampCallee` is called, it stores one `InvocationData` in its `mInvocations`, but the `mInvocations` are only cleared when the callee is unregistered or interrupted, not when...

This is the stack trace. The JTokenMessageParser.Parse does capture exception and log it, and, rethrow it. However, the callers to the function don't capture the exception and handle it. So...

bug
json

I used "HeapDump /ForceGC" directly to trigger GC on some process periodically. However I noticed that after it runs few times it start to throw errors like this: `"A CLR...

bug
help wanted