diff --git a/src/Client.php b/src/Client.php index b5ec390..93b22dd 100644 --- a/src/Client.php +++ b/src/Client.php @@ -602,4 +602,12 @@ protected function sendMessages(array $messages) return $this; } + + /** + * @return StreamWriter The stream + */ + public function getStream() + { + return $this->stream; + } }