Yeah it's fixed!
I've tried stress-testing the restart-command using the following command line (on Linux):
echo restart | ./MCServer
Output from MCS shows that the restart command is executed succesfully. But it also goes into an endless loop outputting the following several times a sec:
[12:31:10] Server console command: ""
At the same time memory consumption rises.
I don't think this is an important bug to fix but because of the memory consumption I thought you should know....
EDIT: I just tried the same with r235 and there was no endless loop. The above observation could be related to the implemented multithreading...
I've tried stress-testing the restart-command using the following command line (on Linux):
echo restart | ./MCServer
Output from MCS shows that the restart command is executed succesfully. But it also goes into an endless loop outputting the following several times a sec:
[12:31:10] Server console command: ""
At the same time memory consumption rises.
I don't think this is an important bug to fix but because of the memory consumption I thought you should know....
EDIT: I just tried the same with r235 and there was no endless loop. The above observation could be related to the implemented multithreading...