How could two processes bind onto the same port?
- by Matt Ball
I just ran into an issue where a request made to localhost:8080 from curl was hitting a different server than the same request made from inside Node. lsof -i :8080 revealed that two processes were both binding onto the same port:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
node 51961 mball 14u IPv4…