Niklas Keller
Niklas Keller
@bwoebi If you install a second read watcher to consume and log the data, the data will be gone for the second read watcher and things will break.
Hey @bartvanhoutte, ReactPHP and Amp _are_ interoperable via [`amphp/react-adapter`](https://github.com/amphp/react-adapter) now. As stated in the README, the API proposed here has been the base for Amp v2.x. > I'm wondering what...
Yes, it doesn't, but if you're building an application, it shouldn't matter.
Huge :+1:, makes using the loop way easier. People can just require `async-interop/event-loop` and things work. I'd still keep the factory mechanism, so people can still write their own implementations,...
@joshdifabio This package will take care of it then and add a new driver, just like any other package would. Not including the extension based drivers is a no-go IMO,...
@joshdifabio React adapting the interop loop is highly unlikely. Everything we can do is provide an adapter so every interop library / application can use any React library. > It...
@sagebind Implementing the already supported backend extensions again is indeed unnecessary. If there's room for improvement, submit a PR to this repository instead. Custom implementations will be allowed, but not...
Also ping @cboden and @clue.
@assertchris You can't make the interfaces `^5.6` and `^7.0` compatible, but the implementation only compatible with `^7.0`. Well, you can use `7.0` features of course, but you can't use scalar...
The issue is not developers not using a up-to-date version of PHP, it's actual software that may have to support PHP 5.5, because many users can't upgrade yet, e.g. https://github.com/kelunik/acme-client...