1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 02:09:22 +02:00
This commit is contained in:
Daniel Neto 2023-10-17 08:38:19 -03:00
parent 6c32e2064e
commit e962370132

View file

@ -142,7 +142,7 @@ class Message implements MessageComponentInterface {
$end = number_format(microtime(true) - $start, 4); $end = number_format(microtime(true) - $start, 4);
_log_message("Connection opened in {$end} seconds"); _log_message("Connection opened in {$end} seconds");
if(!empty($client['isCommandLine'])){ if(!empty($client['isCommandLine'])){
//_error_log('isCommandLine close it'); _error_log('isCommandLine close it '.$client['selfURI']);
$conn->close(); $conn->close();
} }
} }