Server continues to execute in server mode even if socket binding cannot occur
How to reproduce the bug:
- start run.x -server
- start another run.x -server The second server can do nothing yet it continues to run. I guess it should simply terminate?
How to reproduce the bug:
added AQUAS DIPLODOCUS labels
Yes, I think the second server can not do anything because the binding address is already in use, so We need to shut it down. I will take a look on it.
mentioned in commit 347c660d
Replace "return 1" by "exit(0)" solve the problem. (see detail in commit 347c660d).
mentioned in merge request !333 (merged)
mentioned in commit 2e489f2d
Resolved in Merge branch 'revert-883077ef' into 'master'
closed