Currently I'm not able to connect to the DACS daemon server anymore (AuthorizationConnection.CONNECTION_DOWN). From what I've read this is because the maximum number of connections has been reached. One solution would be to increase the maximum number of clients.
# Define the number of Sink Clients that can attach to the dacs.snkd
DACS_MAX_SNKD_CLIENTS=8; export DACS_MAX_SNKD_CLIENTS
However a lot of these clients are inactive. While testing with the application I logged on a couple of times without logging out. Is there any way to log out the inactive connections? Or maybe some setting to make sure these connections will be remove automatically due to inactivity?