无法在棘轮websocket中获取数据

时间:2017-12-18 13:02:11

标签: websocket ratchet

我在Message函数中使用此代码来检查数据

public function onMessage(ConnectionInterface $from,$msg) 
{
    print_r($from->WebSocket->request->getQuery());
}

但此代码的输出为

Guzzle\Http\QueryString Object
(
    [fieldSeparator:protected] => &
    [valueSeparator:protected] => =
    [urlEncode:protected] => RFC 3986
    [aggregator:protected] =>
    [data:protected] => Array
        (
        )

)

为什么数据在这里是空的?

0 个答案:

没有答案