Simon Frings

Results 115 comments of Simon Frings

Hey @treeindark, I agree that we should make Ratchet compatible with Symfony 7. The pull request in #1053 is a good start for this, but there are a lot of...

@MyNameIsRoman As @clue wrote above, this ticket is used as a overview for the v3 development and is not supposed to be a place for discussion, use new tickets and...

Hey @bpolaszek, thank you for your pull request, always happy about contributions :+1: I know the description says "not ready for review", but I'll add my initial thoughts anyway 😄...

> I will rebase once it's merged and erase those changes. @bpolaszek Sounds good, we're currently focusing on a `v1.10.0` for HTTP which we're planning to release around next week,...

Hey @lucasnetau, my apologies for the delayed response. We're currently swamped with work, making it challenging to dedicate enough time to properly address these tickets. The good news is, that...

@lucasnetau I can understand your frustration with this, but we're not trying to intentionally block this, we just want to introduce this into the project the right way. I still...

@lucasnetau Like I said above, I still think this is a high quality PR and we're thankful for all the work you put into this! I think using this in...

Hey @bpolaszek, thank you for your pull request, always happy about contributions :+1: As I also wrote in https://github.com/reactphp/stream/pull/176, changing the minimal supported PHP version to PHP 7.1 is something...

Hey @emrancu, thank you for contributing to ReactPHP! :heart: The `React\Http\Message\Response::json()` method alongside the other methods (HTML/plaintext/XML) were introduced in #439 and we use these factory methods throughout our documentation...

Hey @bobrundle, thanks for bringing this up :+1: > I've fixed this by queuing up the messages to the same URL and sending them together on the same connection. A...