octopuszy / LTalk-swoole

网页版实时通讯功能,基于 easyswoole
59 stars 11 forks source link

App\Sock\Parser\WebSock::encode(string $raw, $client, $commandBean) 多一个参数$commandBean #2

Closed lxk310 closed 5 years ago

lxk310 commented 6 years ago

Fatal error: Declaration of App\Sock\Parser\WebSock::encode(string $raw, $client, $commandBean): ?string must be compatible with EasySwoole\Core\Socket\AbstractInterface\ParserInterface::encode(string $raw, $client): ?string

octopuszy commented 6 years ago

由于 es 最近频繁更新,导致代码不适配,我已将v1.0版本固定到es的 v2.0.2,后续版本会跟上 es 最新改动,感谢反馈