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
The MumbleConnection._waitForPrefix has an infinite recursion. This has a chance of overflowing the stack if the process stays up for a long time as each TCP control message (and even UDP tunnel message?) puts around 4-5 method calls on the stack.