mirror of
https://github.com/status-im/metro.git
synced 2025-01-31 13:25:25 +00:00
3c3af9c609
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