Moritz Baumgart
Results
2
issues of
Moritz Baumgart
When iterating over LocalTeamspeakClientSocket#listClients(), Client#getUniqueIdentifier() returns an empty string for every Client. I did a workaround looking something like this: LocalTeamspeakClientSocket#getClientInfo(Client#getId()).getUniqueIdentifier() Example: ``` LocalTeamspeakClientSocket localTeamspeakClientSocket; ... for (Client client :...
bug
enhancement
This PR addresses #268, which occurs on Windows systems due to how Windows handles file locking. Specifically, the issue arises because Windows locks the dotfile while it is still open,...