Niklas Keller

Results 460 comments of Niklas Keller

We probably won't fix this package. I tried it, it'll break BC in some cases.

@duronrulez We probably won't upgrade `amphp/artax`, but it's successor `amphp/http-client` does no longer depend on `amphp/uri`. We'll have a final 4.0.0 release soon, bringing many features, such as easier customization...

@EdmondDantes Do you have a code sample for the original issue? IIRC, socket transfer has mainly been developed for macOS, because it doesn't support multiple processes binding to the same...

If this is the case, the connection probably broke already?

Keys aren't supported in pipelines, if you need them, you can use an array like `[$key, $value] `.

While it might be possible to write such a reverse adapter, I don't see any need for it. The event loop implementations are pretty much equivalent, except for Amp supporting...

I guess we should create a new 4.x branch for this and release it as 4.0?

This is something which will be supported by this new library, yes. I have similar use cases at work (though in Java), e.g. to connect to multiple databases.

This package is currently still under development, so there isn't any release, yet. You'll have to switch to `dev` stability if you want to try it out!

``` git tag git show 6.1.1 git log --oneline --reverse --no-merges d234ab5da058bda234efbfc231a4ff68f9c984be..HEAD ``` That gives a fine commit overview for 6.1.1 to `master` / `HEAD`, but I don't know what...