walkor / phpsocket.io

A server side alternative implementation of socket.io in PHP based on workerman.
2.3k stars 508 forks source link

GET 是空的 #279

Closed ming200825 closed 2 years ago

ming200825 commented 2 years ago

image

ming200825 commented 2 years ago

取不到 数据 GET POST 全是空的

ming200825 commented 2 years ago

$inner_http_worker->onMessage = function (TcpConnection $http_connection, Request $request){

原来 变成这样了 以前的方式 不能用