Fixes
This commit is contained in:
parent
9f987353d5
commit
fe26937cee
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user