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

Pass promise to connectEventually method #941

Closed rosen-vladimirov closed 7 years ago

rosen-vladimirov commented 7 years ago

The connectEventually method should use a promise for its factory parameter. Make the method async and pass a method that returns a promise.

justcodebuilduser commented 7 years ago

:heart: