Explorar el Código

udp total_request fix

walkor hace 10 años
padre
commit
095f9f1e5b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Workerman/Worker.php

+ 1 - 0
Workerman/Worker.php

@@ -1169,6 +1169,7 @@ class Worker
             $parser = $this->_protocol;
             try
             {
+               ConnectionInterface::$statistics['total_request']++;
                call_user_func($this->onMessage, $connection, $parser::decode($recv_buffer, $connection));
             }
             catch(Exception $e)