output = new ResourceOutputStream($output); } /** * {@inheritdoc} */ public function write(Message $msg): Promise { return $this->output->write((string)$msg); } }