-
Notifications
You must be signed in to change notification settings - Fork 59
Description
At the moment the console server is bugged. Sometimes it stops working and needs restart to fix the most common problems, but sometimes the message routing fails or it does not clean after itself.
Right now, the best solution for this problem is not to use console, but stick to alternative start method, which in default configuration is:
$> php ./data/autorun/kraken.process undefined Main Main
This is the logic that works underneath project:create command and it is equal in use. If there are any subprocesses or subthreads in Main, they will also be fired. The only con of this approach is, that you will not be able to use console command, therefore when shuting down the project you will need to kill all processes manually.
This is very urgent problem, and should be prioritized to be done for the release of v0.4