Join Slack
Powered by
I was even thinking about checking for list size, ...
# tornadofx
c
chickenfresh
09/05/2018, 10:48 AM
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
2
Views
Open in Slack
Previous
Next