Aaron Piotrowski
Aaron Piotrowski
Can you please try your code again with `amphp/[email protected]`. A regression in `1.2.2` may not have been throwing an exception when it should have, instead leaving the coroutine to hang,...
Hi @s2x! Thanks for the detailed report. I just wanted to note this is on my radar and I plan to look further this coming weekend.
Testing on my system (macOS, M4 Max) running `8.4.9-dev ZTS DEBUG`, I'm not able to replicate the latency you're seeing. Any further information you could provide? Test server command: `php...
Nagle has reared his head to ruined some benchmarks before. Real-world applications won't be as affected I think. Perhaps even benefit. Perhaps the best thing to do would be to...
Please have a look at your ndots configuration. From the looks of the error message you posted, it appears that the resolver is attempting to look up names prepended with...
Hi @parsibox! This error is the result of the parent processing being unable to write to STDIN of the child process before the child process fails. I have no idea...
The `connect` function doesn't make sense as part of the `IpcHub` interface (well… maybe as a static method). Rather it sounds like what you're looking for is a way to...
I'd prefer if you'd keep upgrading to Psalm 6 out of this PR. I certainly understand why you'd be excited to do so, but it does make this rather noise...
> This does not work in psalm, because runContext is queueing a callback onto the event loop, which causes an immediate The event loop is already running error when hitting...
> What is the use case you mentioned? @danog Can you please elaborate on how you're using this in Psalm?