mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +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->start();
|
||||
$this->start(PTHREADS_INHERIT_NONE);
|
||||
}
|
||||
|
||||
private function writePacket($client, $requestID, $packetType, $payload){
|
||||
|
Loading…
x
Reference in New Issue
Block a user