ATM Server is just a bunch of static methods. Really a proper Server instance should be created. This would for example also allow to make sure it gets properly initialized (e.g. the working directory is properly set).
This will require some cleanup and refactoring of the code.
ATM Server is just a bunch of static methods. Really a proper Server instance should be created. This would for example also allow to make sure it gets properly initialized (e.g. the working directory is properly set).
This will require some cleanup and refactoring of the code.