v3.0.0
Changes
- Require
React\EventLoop\LoopInterface
as 2nd parameter forLaravie\Streaming\Client
. - Require developer to manually run
React\EventLoop\LoopInterface::run()
after executingLaravie\Streaming\Client::connect()
. Laravie\Streaming\Listener
may have the option to receive instance ofReact\EventLoop\LoopInterface
viaListener::withEventLoop()
method.