Docs
This commit is contained in:
parent
51f46332ad
commit
7e58dccdb7
@ -51,7 +51,6 @@ class HttpRequestParser implements MessageInterface {
|
||||
* @return boolean
|
||||
*/
|
||||
public function isEom($message) {
|
||||
//return (static::EOM === substr($message, 0 - strlen(static::EOM)));
|
||||
return (boolean)strpos($message, static::EOM);
|
||||
}
|
||||
}
|
@ -4,6 +4,7 @@ use Ratchet\AbstractConnectionDecorator;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* @property \StdClass $WebSocket
|
||||
*/
|
||||
class Connection extends AbstractConnectionDecorator {
|
||||
public function send($msg) {
|
||||
|
@ -5,6 +5,7 @@ use Ratchet\WebSocket\Version\DataInterface;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* @property \StdClass $WebSocket
|
||||
*/
|
||||
class Connection extends AbstractConnectionDecorator {
|
||||
public function send($msg) {
|
||||
|
Loading…
Reference in New Issue
Block a user