react-native/local-cli/server
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
..
middleware Remove legacy JSC profiler 2017-07-20 04:21:16 -07:00
util Add multi-client support for HMR 2017-08-11 12:24:20 -07:00
checkNodeVersion.js Upgrade metro-bundler to v0.9.0 2017-06-24 17:15:55 -07:00
runServer.js Saner entry point 2017-07-27 18:05:49 -07:00
server.js Add --maxWorkers flag and allow transformers to run in-band. 2017-06-13 09:16:03 -07:00