BF mock wrong return type

This commit is contained in:
a6a2f5842 2025-05-08 18:03:41 +02:00
parent debe6903a6
commit 4e17888f0e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class MockConnection extends Connection implements \Ratchet\ConnectionInterface
public function send($data)
{
if(cache()->get('dedicated_data_'.$pid.'_complete')){
if(cache()->get('dedicated_data_'.getmypid().'_complete')){
Log::error('[MockConnection] Send for pid: ' . getmypid() . ' which is already completed and does not check for new data', [
'data' => $data,
]);