Nicolas Grekas
Nicolas Grekas
Status: needs work
Can you please rebase @filiplikavcan?
It might be hard because async is provided by symfony/http-client-contracts, and symfony/http-client is the only implementation I'm aware of. We could add `symfony/http-client-contracts` to the well-known abstractions + make it...
This would make sense if someone writes an `http-client-contracts` adapter for e.g. Guzzle of course. (Note that a generic one for PSR-18 wouldn't make sense since it's not async.)
Would work for me as a 1st step. Up for a PR?
> The poll_timeout is required to avoid excessive cpu consumption when queues are empty. This loop have to be designed for this specific use-case. With an event-loop approach the process...
What about adding a `withDefaultContext()` method? Would that work?
Thanks. I found #30417 which explains this behavior for decorators.
Thank you @jderusse.
Thank you @wouterj.