puj798
Results
1
issues of
puj798
``` /** * @RequestMapping("/hi") * @return Response */ public function hi():Response { server()->push(7, 'http响应'); } ``` //运行出现Call to undefined method Swoft\Http\Server\HttpServer::push()这个错误
question: usage
swoft: websocket
swoft: config