BF queue dispatch

This commit is contained in:
a6a2f5842 2025-09-19 12:18:40 +02:00
parent d77e38d6f4
commit 2aa264eb34
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ class Handler implements MessageComponentInterface
Log::error('Fork error');
} elseif ($pid == 0) {
try {
DB::disconnect();
DB::reconnect();
$this->setRequest($message, $connection);