-
Notifications
You must be signed in to change notification settings - Fork 60
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
Using the @iot-app-kit/* in version 10.2.0 after migration from 9.15.0 the visualisation interrupts. #2791
Comments
Thank you for reporting, I have moved this to our backlog. |
Hi @sagIoTPower, |
Hi @cshang2017, 1/ The issue relates with dataoverlay, correct?
2/ There is a refresh logic to update data for each 1 second, correct?
3/ With iot-app-kit 9.15.0, "values for Wind Speed, Power Actual, Power Actual" looks smooth and constantly updating with latest value, correct?
4/ With iot-app-kit 10.2.0, "Wind Speed, Power Actual, Power Actual disappear every 1 second for a short while and overlay (linear, rotation) turn white", correct? 4.1/ Does above value come back with correct value as version 9.15.0 does, but disappears shortly?
4.2/ Does the issue repeat for every 1 second? Or it is constantly turn white all the time?
If I may add, I use Angular and wrap the react components:
|
We reverted the zustand version in the recent release, can you check if you still experience this bug in the latest version of the package? |
Issue should be fixed by previous comment. |
Describe the bug
When using the
@iot-app-kit/*
in version 10.2.0 after migration from 9.15.0 the visualisation interrupts.Pls. see the screenshots below.
To Reproduce
Steps to reproduce the behavior:
Build plugin using the following dependencies:
produces a Cumulocity plugin where the current datapoint disappear while being refreshed.
In the screenshot below the values for
Wind Speed
,Power Actual
,Power Actual
disappear every 1 second for a short while and overlay (linear, rotation) turn white.The same works when using:
Expected behavior
The update of datapoints in the scene using 10.2.0 should not interrupt. The update of in 9.15.0
Screenshots
Interruption using 10.2.0:
Works using 9.15.0:
The text was updated successfully, but these errors were encountered: