telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

Stop stopping device detection interval #917

Closed Mitko-Kerezov closed 7 years ago

Mitko-Kerezov commented 7 years ago

Delete @exportedPromise decorator as we no longer need it Stop stopping device detection interval when deploying on iOS devices. These operations no longer conflict as the code is located in an external dependency.

justcodebuilduser commented 7 years ago

:broken_heart:

justcodebuilduser commented 7 years ago

:heart:

rosen-vladimirov commented 7 years ago

Also I believe we need the stopDeviceDetectionInterval method. In some cases CLI does not need the interval, but it's started as skipInferPlatform is passed to devicesService.initialize. The other option is to add new option to devicesService's initialize method (doNotStartDeviceDetection) and do not start the interval in case it is passed.

justcodebuilduser commented 7 years ago

:heart:

justcodebuilduser commented 7 years ago

:heart: