In the mumble-server.ini docs, the allowPing option is described as follows:
Respond to UDP ping packets.
Setting to true exposes the current user count, the maximum user count, and the server's maximum bandwidth per client to unauthenticated users. In the Mumble client, this information is shown in the Connect dialog.
Reproduction
abra app config <DOMAIN>
ALLOW_PING=true
USERS=100
abra app deploy <DOMAIN> --force
Connect to DOMAIN using a mumble client
(Re)open the Mumble Server Connect window (Server -> Connect)
Expected Behavior
DOMAIN should have some value in the Ping column, and "1/100" in the Users column.
Actual Behavior
DOMAIN shows no values for Ping or Users, regardless of whether ALLOW_PING is true or false.
In the [mumble-server.ini](https://github.com/mumble-voip/mumble/blob/master/auxiliary_files/mumble-server.ini) docs, the allowPing option is described as follows:
>Respond to UDP ping packets.
>Setting to true exposes the current user count, the maximum user count, and the server's maximum bandwidth per client to unauthenticated users. In the Mumble client, this information is shown in the Connect dialog.
## Reproduction
1. `abra app config <DOMAIN>`
```
ALLOW_PING=true
USERS=100
```
2. `abra app deploy <DOMAIN> --force`
3. Connect to DOMAIN using a mumble client
4. (Re)open the `Mumble Server Connect` window (Server -> Connect)
## Expected Behavior
DOMAIN should have some value in the Ping column, and "1/100" in the Users column.
## Actual Behavior
DOMAIN shows no values for Ping or Users, regardless of whether ALLOW_PING is true or false.
The reproduction seems inconsistent.
It's possible it might've been a symptom of a persistent traefik or docker-network issue, which resolved after restarting docker.
In any case, unless I can get another reproduction I'll have to close this issue.
The reproduction seems inconsistent.
It's possible it might've been a symptom of a persistent traefik or docker-network issue, which resolved after restarting docker.
In any case, unless I can get another reproduction I'll have to close this issue.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In the mumble-server.ini docs, the allowPing option is described as follows:
Reproduction
abra app config <DOMAIN>abra app deploy <DOMAIN> --forceMumble Server Connectwindow (Server -> Connect)Expected Behavior
DOMAIN should have some value in the Ping column, and "1/100" in the Users column.
Actual Behavior
DOMAIN shows no values for Ping or Users, regardless of whether ALLOW_PING is true or false.
The reproduction seems inconsistent.
It's possible it might've been a symptom of a persistent traefik or docker-network issue, which resolved after restarting docker.
In any case, unless I can get another reproduction I'll have to close this issue.