Pawl
Pawl copied to clipboard
Question - RabbitMq consumer freezing the websocket
Hello,
I've got strange case right now where upon starting the RabbitMq consumer based on the:
- https://github.com/php-amqplib/RabbitMqBundle
it causes the websocket server to freeze. It will only send messages once I kill the consumer, untill then it gets stuck (got no connection errors).
Do You maybe have literaly any idea what can cause this? Kinda started hitting the wall right now so I'm looking further - maybe You know something or got literaly any hint for that.
What I already did was:
- changing websocket port,
- updating the package (Yours) to the latest one,