This commit is contained in:
Daniil Gentili 2017-06-27 07:32:44 +01:00
parent 9f987353d5
commit fe26937cee

View File

@ -111,11 +111,8 @@ trait AuthKeyHandler
($time - microtime(true)) // Time it took me to write frames ($time - microtime(true)) // Time it took me to write frames
) * 1000000 ) * 1000000
); );
var_dump(($writePeriod -
($time - microtime(true)) // Time it took me to write frames
) * 1000000);
$time = microtime(true); $time = microtime(true);
$this->calls[$params['id']]['controller']->writeFrames(stream_get_contents($f, 960)); $this->calls[$params['id']]['controller']->writeFrames(stream_get_contents($f, 960*2));
} }
$this->handle_pending_updates(); $this->handle_pending_updates();