small fix
This commit is contained in:
committed by
Steffen Schröder
parent
dfb9debdd2
commit
990b126e4f
@ -25,6 +25,10 @@ class AsynchronousFileReader implements TimerListener {
|
||||
$this->maniaControl = $maniaControl;
|
||||
}
|
||||
|
||||
/**
|
||||
* Appends the Data
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function appendData() {
|
||||
foreach($this->sockets as $key => &$socket) {
|
||||
/** @var SocketStructure $socket */
|
||||
|
Reference in New Issue
Block a user