BF queue dispatch
This commit is contained in:
parent
d77e38d6f4
commit
2aa264eb34
|
|
@ -153,6 +153,7 @@ class Handler implements MessageComponentInterface
|
||||||
Log::error('Fork error');
|
Log::error('Fork error');
|
||||||
} elseif ($pid == 0) {
|
} elseif ($pid == 0) {
|
||||||
try {
|
try {
|
||||||
|
DB::disconnect();
|
||||||
DB::reconnect();
|
DB::reconnect();
|
||||||
|
|
||||||
$this->setRequest($message, $connection);
|
$this->setRequest($message, $connection);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue