Jan Korf

Results 63 comments of Jan Korf

Right, that makes sense. I'll look into a fix, thanks for the analysis

Hm intresting, I'll take a look at that. Also I've fixed the issue where timestamps time out when the rate limiter triggers in 8.0.4. Although that might not be an...

Hm weird. I've tested it by adding an `await Task.Delay(10000)` in the spot where the rate limit would trigger, so simulating a rate limit waiting. That was correctly creating a...

Yes, you can set the interval in the client options. But if you have a lot of drift the best solution might be to use a third party app to...

Haha I see. Try using a shorter interval, and let me know if you have any more issues

Hm well the time syncing is an estimate. It's a simple procedure of recording the local timestamp, requesting the server timestamp and then comparing the 2, and adding the difference...

Those differences seem way too large to me. 1100ms difference between 6 minutes, thats not right. The question is what is the cause of this.. I've thought of another potential...

Hm request creating/sending hasnt changed much, rate limiting changed but shouldn't influence it much. Though you could try to turn the rate limiter of completely. Timesyncing also changed a bit,...

I did find another thing, in 7.x there was some functionality that would re-sync the timestamp when a timestamp error was received. This might prevent multiple errors happening for a...

I know what you mean haha. All good, let me know if you're having any issues I can help with