Simon Frings
Simon Frings
@jeromegamez I know I already approved, but I talked a bit more with @clue about this ticket. I think this could be a good point to introduce some automated tests...
@bpolaszek thanks for bringing in your testimonial here, we're always happy to hear about your success stories 😍 FYI, @clue is currently also looking into refactoring the examples and functional...
@jeromegamez @francislavoie We just released the new [v0.16.0 of Framework X](https://github.com/clue/framework-x/releases/tag/v0.16.0) containing the mentioned refactorings for the examples and functional tests (#250). We also added tests for the nginx and...
Hey @sartor, thanks for opening up this ticket :+1: This is definitely a useful feature for this project. In most use cases you already have a Redis infrastructure when adding...
> This is definitely the best solution, although it is radical. I can understand that you might not agree to use such a solution. But I think that this HTTP...
@NkazimuloMvundla There are a few options in @clue's description of this ticket, for example you can also avoid this header by configuring your reverse proxy to remove this header. If...
@varun7952 Thanks for bringing this up :+1: I can see in your example above that you use `SplObjectStorage` in order to store your clients, attach them inside the `onOpen()` method...
@matangperception Does it help in your case to use a different port than `8080` (e.g. `8081`), or is the overall problem laying in you server setup (running behind an Apache?)
Hey @varun7952, thanks for bringing this up :+1: > I tried to look for the logs to debug when some user disconnects automatically... There is no logging in Ratchet by...
@krajcikondra The test suite doesn't execute the tests with PHP 8.2 currently and we can't see if your changes are completely fixing the issue, but I am looking into that,...