In reexamining the Mumble source code, it appears gumble's handleACLimplementation has a bug: the QueryUsers message is only sent from the server if there is at least one registered user assigned to group, but we assume that message it is always sent.
In reexamining the Mumble source code, it appears gumble's
handleACL
implementation has a bug: the QueryUsers message is only sent from the server if there is at least one registered user assigned to group, but we assume that message it is always sent.