Commit f13b7b3
committed
Improve check for sending analytics data
Currently when we check if analytics is sending information we always wait at least one second. In fact we do not have to wait when analytics is not sending data at the moment.
Improve this check and also speed up the unit tests of analytics service a lot.1 parent b58b5bd commit f13b7b3
1 file changed
+1
-1
lines changed- appbuilder/mobile/appbuilder-companion-device-app-data-base.ts+13
- appbuilder/mobile/appbuilder-device-app-data-base.ts+40
- appbuilder/providers/device-app-data-provider.ts+70-127
- definitions/mobile.d.ts+1
- mobile/device-app-data/device-app-data-base.ts+2-11
- mobile/mobile-core/devices-service.ts+11-8
- services/analytics-service.ts+43-37
- services/livesync-service-base.ts+1-1
0 commit comments