Rafael Oleza 8b2975ad7b Add multi-client support for HMR
Summary:
This diff builds on top of the refactor to use `async/await` and adds multi-client support to Hot Module Reloading.

Thanks to async/await it's been quite straightforward to add this logic, since the only thing that I've had to do is to create a `Set` with the currently connected clients and passed the specified client to each method that was using the global client before.

This closes https://github.com/facebook/react-native/issues/14334

Reviewed By: davidaurelio

Differential Revision: D5611176

fbshipit-source-id: ec29438887342877c372b61132efada16af58fa5
2017-08-11 12:24:20 -07:00
..
2016-11-14 11:13:42 -08:00
2017-07-18 11:45:47 -07:00
2016-11-21 10:28:34 -08:00
2017-08-11 12:24:20 -07:00
2017-08-08 19:11:15 -07:00
2017-05-03 06:51:47 -07:00
2017-07-18 11:45:47 -07:00
2015-10-28 21:36:07 -04:00