|
|
@ -105,7 +105,7 @@ public class LongPollingService {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void run() {
|
|
|
|
public void run() {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
for (Iterator<ClientLongPolling> iter = allSubs.iterator(); iter.hasNext(); ) {
|
|
|
|
for (Iterator<ClientLongPolling> iter = allSubs.iterator(); iter.hasNext();) {
|
|
|
|
ClientLongPolling clientSub = iter.next();
|
|
|
|
ClientLongPolling clientSub = iter.next();
|
|
|
|
String identity = groupKey + GROUP_KEY_DELIMITER + identify;
|
|
|
|
String identity = groupKey + GROUP_KEY_DELIMITER + identify;
|
|
|
|
List<String> parseMapForFilter = CollectionUtil.newArrayList(identity);
|
|
|
|
List<String> parseMapForFilter = CollectionUtil.newArrayList(identity);
|
|
|
|