Files
react-native-code-push/windows
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
..
2016-04-11 17:12:20 -07:00
2016-04-11 17:12:20 -07:00
2016-04-12 14:42:16 -07:00
2016-05-05 10:37:38 -07:00
2016-05-05 10:37:38 -07:00