Merge pull request #3057 from ingmargoudt/broadcast_fix

broadcast fix
This commit is contained in:
ingmargoudt 2017-04-04 20:42:23 +02:00 committed by GitHub
commit 0e7604a0cc

View file

@ -146,7 +146,7 @@ public class ChatSession {
if (user.isPresent()) {
user.get().fireCallback(clientCallback);
} else {
clientsToRemove = new HashSet<>();
clientsToRemove.add(userId);
}
}
for (UUID userIdToRemove : clientsToRemove) {