We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
nicolas-rabault
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: