We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7318a3 + 5fdd492 commit a8266baCopy full SHA for a8266ba
countlyCommon/countlyCommon/CountlyBase.cs
@@ -281,7 +281,7 @@ internal async Task<bool> Upload()
281
282
UtilityHelper.CountlyLogging("[CountlyBase] Upload, after one loop, " + sC + " " + exC + " " + evC + " " + rC + " " + isChanged);
283
284
- if (sC > 0 || exC > 0 || evC > 0 || isChanged) {
+ if (sC > 0 || exC > 0 || evC > 0 || rC > 0 || isChanged) {
285
//work still needs to be done
286
return await Upload();
287
}
0 commit comments