You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: