Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mumble): fix reinitializing clients when audio device is set
`HandleClientConnect` expects the `MumbleUser` to hae a valid username and session, but this was only sending the session id, so the audio sink was getting set to an empty user name, resulting in the client never being able to hear anyone until they turned off their voice chat and turned it back on (or got lucky enough that their internet was slow, or initialization was slow and that this wouldn't get hit).
- Loading branch information