Vladimir Kudelin wrote: > Therefore, I had to apply the following fix: > > if Tick = FPrevTick then > FCurSpeed := 0 > else > FCurSpeed := 8 * (FTotalCount - FPrevCount) / (Tick - > FPrevTick);
Hello Vladimir, Many thanks for this, I just checked in your fix in both SVN repos, v7 and v8. So next daily snapshots will include your fix. -- Arno -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be