mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
34b5aa2a57
Summary:
A few potential races to fix:
1. Multiple clients maybe racing to delete a zombie socket
2. Servers who should die because other servers are already listening are taking the socket with them (move `process.on('exit'` code to after the server is listening
3. Servers which are redundant should immediatly die