在GatewayWorker\Lib\Gateway.php 中有一些代碼中有可能會拋出一些異常信息 比如 /** * 踢掉當前客戶端 * * @return bool * @throws Exception */ public static function closeCurrentClient() { if (!Contex...