mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
RCON: Use PTHREADS_INHERIT_NONE - these threads don't need baggage from upstairs
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user