Browse Source

add socket validation

main
ghost 12 months ago
parent
commit
49c5c76908
  1. 3
      src/Xash3D/Master.php

3
src/Xash3D/Master.php

@ -19,11 +19,14 @@ class Master
$port $port
); );
if ($this->_socket)
{
stream_set_timeout( stream_set_timeout(
$this->_socket, $this->_socket,
$timeout $timeout
); );
} }
}
public function __destruct() public function __destruct()
{ {

Loading…
Cancel
Save