BF mock wrong return type
This commit is contained in:
parent
debe6903a6
commit
4e17888f0e
|
|
@ -50,7 +50,7 @@ class MockConnection extends Connection implements \Ratchet\ConnectionInterface
|
||||||
|
|
||||||
public function send($data)
|
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', [
|
Log::error('[MockConnection] Send for pid: ' . getmypid() . ' which is already completed and does not check for new data', [
|
||||||
'data' => $data,
|
'data' => $data,
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue