Example:
Let's say a user starts posting a multi-part message named Test1, which consists of 6 RARs:
- Code: Select all
Test1 file
--test01.rar (10 subparts)
--test02.rar (10 subparts)
--test03.rar (10 subparts)
--test04.rar (10 subparts)
--test05.rar (10 subparts)
--test06.rar (10 subparts)
At a certain point, the button to download headers from the server is pressed. Let's say that after the download of the headers, the group shows as last post the Test1 multipart, as follows:
- Code: Select all
Test1 file
--test01.rar (10 subparts)
--test02.rar (10 subparts)
--test03.rar (7 subparts downloaded in the server so far so this file is marked with a yellow exclamation point as incomplete)
Now, if i download headers after let's say an hour, i get this result:
- Code: Select all
Test1 file
--test01.rar (10 subparts)
--test02.rar (10 subparts)
--test03.rar (still 7 subparts downloaded in the server, so this file is still marked as incomplete)
--test04.rar (10 subparts)
--test05.rar (10 subparts)
--test06.rar (10 subparts)
This seems to happen every time i download headers. Thank God for PARs but still, it seems like a bug...