本文主要是介绍Waring: \app\push\controller\Events::onMessage is not callable,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
workerman 在linux中运行命令行
php server.php start
报错
主要warning:
Waring: \app\push\controller\Events::onMessage is not callable
原因:
在tp5 中,把类名和类文件名都修改成Events即可
参考:https://wenda.workerman.net/question/1227?item_id=2265&rf=false
这篇关于Waring: \app\push\controller\Events::onMessage is not callable的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!