You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the invocation finishes.