download maps asynchronously
This commit is contained in:
committed by
Steffen Schröder
parent
4875c14a7d
commit
4c8b247896
@ -14,11 +14,13 @@ class SocketStructure {
|
||||
public $socket;
|
||||
public $function;
|
||||
public $url;
|
||||
public $creationTime;
|
||||
|
||||
public function __construct($url, $socket, $function) {
|
||||
$this->url = $url;
|
||||
$this->socket = $socket;
|
||||
$this->function = $function;
|
||||
$this->creationTime = time();
|
||||
$this->streamBuffer = '';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user