test pings again

This commit is contained in:
anhefti 2023-06-05 12:13:41 +02:00
parent 933ddaa4d3
commit c4da6672f6

View file

@ -52,6 +52,7 @@ public class SEBClientPingBatchService {
}
final int size = this.pings.size();
System.out.println("************** size=" + size);
if (size > 1000) {
log.warn("----> There are more then 1000 SEB client logs in the waiting queue: {}", size);
}
@ -88,6 +89,7 @@ public class SEBClientPingBatchService {
final long timestamp) {
if (connectionToken == null) {
System.out.println("************** connectionToken null");
return;
}