clue on v1.3.0
clue on master
Prepare v1.3.0 release (compare)
amqps://
protocol. I'm not using any kind of ssl configuration, so with the regular configuration, it was not working. In order to make it work I had to define an empty array under the ssl
key. It started to use secure connection and everything started to work.
It's my birthday, so I felt like sharing 🎉🎉🎉
New @reactphp HTTP release improves benchmarking performance by a massive 100%! Seeing ~22000 requests per second on my laptop 📈🔥
Via https://twitter.com/another_clue/status/1381312509924237312
react/http
has become with this new release: https://twitter.com/WyriHaximus/status/1381355717123248134
@clue thanks for your response. I deleted the question because I resolved the problem. When working with AWS, connections need to use
amqps://
protocol. I'm not using any kind of ssl configuration, so with the regular configuration, it was not working. In order to make it work I had to define an empty array under thessl
key. It started to use secure connection and everything started to work.
@mmoreram Sounds like something that could be solved on bunnies side tbh. At least with some documentation mentioning that the SSL options are optional, but also adding URI support when setting up the client to make it easier to pick these kinds of differences up