RCON: Use PTHREADS_INHERIT_NONE - these threads don't need baggage from upstairs

This commit is contained in:
Dylan K. Taylor 2018-02-05 17:27:00 +00:00
parent a52a2f6d26
commit dcb53b1cbb

View File

@ -58,7 +58,7 @@ class RCONInstance extends Thread{
$this->{"timeout" . $n} = 0;
}
$this->start();
$this->start(PTHREADS_INHERIT_NONE);
}
private function writePacket($client, $requestID, $packetType, $payload){