workerman 接收 http 客户端发来的消息时报错:Cannot use object of type Workerman\Protocols\Http\Request as array
使用 workerman 创建一个处理 http 客户端消息时,报错:Cannot use object of type Workerman\Protocols\Http\Request as array。以下为使用的 demo:use Workerman\Worker; require_once __DIR__ . '/vendor/autoload.php'; $http_workder