Gos 网络套接字包不适用于“symfony 4.2”

Gos web socket bundle is not working with `symfony 4.2`

我正在尝试在 Symfony 4.2 中实现类似于 Facebook 的通知系统。我尝试用 composer 安装 gos/web-socket-bundle。但它总是 return 错误 error code 1。是否有任何其他替代解决方案来实现这个或建议解决此问题的方法。 https://packagist.org/packages/gos/web-socket-bundle In GosWebSocketExtension.php line 206: Shared configuration required Twig Bundle

Script cache:clear returned with error code 1

我尝试使用以下命令安装 composer require gos/web-socket-bundle

请结合使用 Ratchet + Symfony。

Ratchet 是最好的解决方案,我推荐。 (http://socketo.me/docs/install)

您需要安装两个要求来修复它:

composer require symfony/tiwg-bundle 
composer require symfony/security-bundle