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] Increase wait state timing after asking statistics #141

Closed
JeromeGalan opened this issue Jun 14, 2022 · 1 comment
Closed

[BUG] Increase wait state timing after asking statistics #141

JeromeGalan opened this issue Jun 14, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@JeromeGalan
Copy link
Member

Describe the bug
First statistics are never received with some setups.
Linked to : Luos-io/luos_engine#116

How to reproduce the bug
On first statistic asking.

Additional context
def luos_statistics(self):
self._push_value('luos_statistics', "")
time.sleep(0.3) <--- this value should be greater

@JeromeGalan JeromeGalan changed the title [BUG] [BUG] Increase wait state timing after asking statistics Jun 16, 2022
@fleborne
Copy link
Contributor

I encountered this problem too.

Since I already have an open PR to improve statistics management, I added a commit that solves the current issue: 745becf

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

No branches or pull requests

3 participants