mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-30 23:11:06 +00:00
RCON: Use PTHREADS_INHERIT_NONE - these threads don't need baggage from upstairs
This commit is contained in:
parent
a52a2f6d26
commit
dcb53b1cbb
@ -58,7 +58,7 @@ class RCONInstance extends Thread{
|
|||||||
$this->{"timeout" . $n} = 0;
|
$this->{"timeout" . $n} = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->start();
|
$this->start(PTHREADS_INHERIT_NONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function writePacket($client, $requestID, $packetType, $payload){
|
private function writePacket($client, $requestID, $packetType, $payload){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user