mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +00:00
Fix RakLib crashing without logging any useful crash information
This commit is contained in:
parent
06c399fa05
commit
28baae8154
@ -77,7 +77,7 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{
|
||||
}
|
||||
}
|
||||
|
||||
if($this->rakLib->isTerminated()){
|
||||
if(!$this->rakLib->isRunning() and !$this->rakLib->isShutdown()){
|
||||
$this->network->unregisterInterface($this);
|
||||
|
||||
throw new \Exception("RakLib Thread crashed");
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f4bfcb8e6b7cf93f3961dd8fc9c5ba44ce068763
|
||||
Subproject commit 989ad8198cb5dd9b463a03831c1332e4cea60858
|
Loading…
x
Reference in New Issue
Block a user