Update ResponseReceiver.java
This commit is contained in:
parent
f38fe387a6
commit
ce68fb92f8
@ -70,12 +70,16 @@ public class ResponseReceiver extends Thread implements AutoCloseable {
|
||||
eventsHandler.handleClientEvents(clientId, lastClientClosed, clientEventIds, clientEvents);
|
||||
}
|
||||
|
||||
lastClientId = clientIds[sortIndex[i]];
|
||||
lastClientIdEventsCount = 0;
|
||||
lastClientClosed = false;
|
||||
if (i < resultsCount) {
|
||||
lastClientId = clientIds[sortIndex[i]];
|
||||
lastClientIdEventsCount = 0;
|
||||
lastClientClosed = false;
|
||||
}
|
||||
}
|
||||
|
||||
lastClientIdEventsCount++;
|
||||
if (i < resultsCount) {
|
||||
lastClientIdEventsCount++;
|
||||
}
|
||||
}
|
||||
Arrays.fill(events, null);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user