-
Notifications
You must be signed in to change notification settings - Fork 24
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
very slow data receive #15
Comments
This issue not faced in python 2.7. |
Do you mean the command is received with a slight delay after the widget value is changed in the UI? If so that might not just be Python, it could just be a network issue. If it is a Python 3.7 issue only you might try checking with others in the Cayenne Community forum (http://community.mydevices.com/) and see if they have seen this issue and know of a workaround. |
Thanks for your response. |
So Python 3.7 & 3.8 have the problem? I'd try posting this issue on http://community.mydevices.com/ if you haven't already and see if someone there has seen it. You might also try an earlier Python 3.x version and see if the problem exists there as well. |
i new to cayenne, i try to connect python (pc) to cayenne with README file example, its update my dashboard data 10s once. But python debug log data very late approx 100sec.
i using python 3.7
python console late data
My main issue is dashboard newly added button and slider value response in python(pc) very late 150sec once or sometime take more
How can i solve this issue ?
The text was updated successfully, but these errors were encountered: