php-socket-react
php-socket-react copied to clipboard
Support react v0.4
Just for the reference why this hasn't been resolved yet: This lib implements the LoopInterface which received braking changes between v0.3 and v0.4. As such, there is no way a single version of this library could support both interfaces. As a result, we would have to create two independent versions of this library, which I'm currently not a big fan of doing TBH.
@clue any real changes in loop interface? As I can see only feature additions.
any real changes in loop interface?
v0.4 added the new tick functions as well as callable typehints. Both can be considered features from a consumer standpoint.
However both break BC with this package as it has to implement the LoopInterface.
For the reference: We may skip the v0.4 release and instead should be able to update right to v1.0 without issues :tada: