client read method is just: try { $status = socket_read($this->socket, $length); } catch (Throwable $exception) { $this->reConnect(); Log::error ...
確定! 回上一頁