I was even thinking about checking for list size, ...
# tornadofx
c
I was even thinking about checking for list size, as example If I had 10 and each time I’m asking for another 10 I’d set it to 20. Until
list.size(10) != expected_size(20)
we won’t ask for new, and then, when server’s responded I count rows if only 9 came. So i set
expected_size
to 19 and again