Commit Graph

7 Commits

Author SHA1 Message Date
Eric Rozell
b72bf77e25 fix(async): Changing all await calls to .ConfigureAwait(false)
The async calls in CodePush for ReactWindows can all be executed on any background thread, so adding .ConfigureAwait(false) can improve performance and reduce the likelihood of deadlock.  The blocking calls in `InitializeUpdateAfterRestart()` were hanging, but now that .ConfigureAwait(false) is used pervasively, it is no longer a problem.

Fixes #550
2016-10-05 09:47:20 -04:00
Eric Rozell
032df754f1 style(Async): Adding suffix to async static methods. (#552) 2016-10-04 22:19:20 -07:00
Geoffrey Goh
08283efe2d CR feedback 2016-05-05 10:37:38 -07:00
Geoffrey Goh
97b8233d26 CR feedback 2016-05-04 18:26:33 -07:00
Geoffrey Goh
e10f70254e update readme whitespaces 2016-05-02 18:19:13 -07:00
Geoffrey Goh
15cd39c732 update API 2016-04-12 14:42:16 -07:00
Geoffrey Goh
92da7c6de8 add windows support 2016-04-11 17:12:20 -07:00