这两天安装了workerman后,启动服务端正常,在浏览器访问出现下面报错
Too few arguments to function think\worker\Cookie::saveCookie(), 7 passed in C:\www\ber\vendor\topthink\framework\src\think\Cookie.php on line 186 and exactly 8 expected我去内核文件看了一下,只需要7参数,却报错需要8参数,我已经开启了多应用模式
没修改内核,其他应用使用cookie正常,只有workerman报错,请问是什么问题呢?