AbrahamCovelo
AbrahamCovelo
Following javascript client instructions here: https://github.com/GeniusesOfSymfony/WebSocketBundle/blob/3.x/docs/javascript-client.md I got this error on my firefox Uncaught ReferenceError: GosSocket is not defined This the final html I have (simplified at maximum) is this:...
After executing composer require gos/web-socket-bundle I got this error when cache:clear is executed: In GosWebSocketExtension.php line 278: Warning: Undefined array key "port" Extra info: PHP 8.1.8 Symfony 6.1.3 with dockerized...
Taking a look a this line done method does not exist for a React\Promise\PromiseInterface https://github.com/jakubkulhan/bunny/blob/10e34dec73397d30cb79f61dd81e9716644ede01/src/Bunny/Async/Client.php#L335 It has produces some errors in my project In Client.php line 340: Attempted to call...