isConnected()) { throw new Exception\RuntimeException('You must first open the connection by calling open()'); } $tokens = []; while ($token = $this->read(38)) { $tokens[] = new FeedbackResponse($token); } return $tokens; } }