Beispiel #1
0
 /**
  * Reads a message from the socket
  *
  * @return MessageInterface Message read from the socket
  */
 public function read()
 {
     $this->logger->debug('Reading a new message from the socket');
     return $this->engine->read();
 }
Beispiel #2
0
 /**
  * Reads a message from the socket
  *
  * @return MessageInterface Message read from the socket
  */
 public function read()
 {
     return $this->engine->read();
 }