This commit is contained in:
2020-12-23 16:35:15 +08:00
parent 41dbb91936
commit c4030fc659
2 changed files with 22 additions and 0 deletions
+9
View File
@@ -74,6 +74,15 @@ class Server extends Application
}
/**
* @return array
*/
public function getProcesses(): array
{
return $this->process ?? [];
}
/**
* @param array $configs
* @return Packet|Websocket|Receive|Http|null