論壇上找了很久,好像大家都沒有遇到過這樣的問題,但是我這里一直卡這里,不知道為什么,有同樣經歷的朋友幫我指點一下,謝謝! ?send() 提示:Method 'send' not found in less... (Ctrl+F1) ?Referenced method is not found in subject class.
$http_worker->onMessage = function($connection,$data)
{
$connection->send('hello world');
};