Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: TableListener - on_changed callback for Ticks #20

Open
JamesKBowler opened this issue Jun 24, 2019 · 2 comments
Open

Bug: TableListener - on_changed callback for Ticks #20

JamesKBowler opened this issue Jun 24, 2019 · 2 comments

Comments

@JamesKBowler
Copy link

JamesKBowler commented Jun 24, 2019

Hi,
I think the TableListener C code has a timestamp bug, because the timestamp for each update is not set to milliseconds, only showing the seconds.

For example I currently get the following timestamps.
2019-06-24 19:13:43
2019-06-24 19:13:43
2019-06-24 19:13:43
2019-06-24 19:13:43
2019-06-24 19:13:43

Should be something like this.
2019-06-24 19:13:43.022
2019-06-24 19:13:43.053
2019-06-24 19:13:43.068
2019-06-24 19:13:43.070

This is a fairly critical bug because there is no way to eliminate 'out of order' ticks/updates, would appreciate if someone could look into it ASAP.

Cheers

James

@JamesKBowler
Copy link
Author

anymore information required for this?

@Sdoof
Copy link

Sdoof commented Aug 23, 2020

Hi James. I have the exact same issue. How did you get around fixing it? I have tried Real login credentials to see if that would fix it as mentioned in some blogs but no luck on that front

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants