Ruud Kamphuis
Ruud Kamphuis
I decided to do it like this instead: ```elixir assert_received( {:delivered_email, %Bamboo.Email{ subject: "SubjectPrefix1" rest }} ) assert_received( {:delivered_email, %Bamboo.Email{ subject: "SubjectPrefix2" rest }} ) ``` This way, it uses...
I can confirm that this problem doesn't happen when installing the extension from source.
That means I'll have to wait for the new version based on master, is there any ETA for that 🙏 ?
Found a problem with 5.3.5 on PHP 8.1 https://github.com/phpredis/phpredis/issues/2052
Would it be possible to tag a new release to address issue from #2052 ? @yatsukhnenko
I understand. When will it be? Is there a rough ETA?
Yes it works fine. It just needs a tag.
I think it makes a lot of sense to connect it to the compiled container id. When the container is rebuilt, it probably means that the configuration was changed. That...
@yookoala Thanks for your thorough investigation on this issue. I'm the author of the gofast implementation in Skipper. I will try to create a PR to include your suggestion.
I checked, and the [RoundTripper](https://github.com/zalando/skipper/blob/c50a31135e44b928cf47f572c677e827d7a942b3/proxy/fastcgi/fastcgi.go#L13-L17) is actually created for [every single request](https://github.com/zalando/skipper/blob/e3372b500d401c8133367fdcb208f35e73ee4022/proxy/proxy.go#L915). It is never reused.