Skip to content

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?