mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-10 18:26:26 +02:00
use persistent connection, still not good
This commit is contained in:
parent
b536c64df9
commit
9fc399e280
2 changed files with 3 additions and 2 deletions
|
@ -148,7 +148,7 @@ class Phone extends AbstractDaemon
|
|||
|
||||
foreach ($tasks as $task)
|
||||
{
|
||||
$task['process']->run();
|
||||
$task['process']->start();
|
||||
}
|
||||
|
||||
$done = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue