Skip to content

v3.0.0

Compare
Choose a tag to compare
@crynobone crynobone released this 26 Mar 03:23
· 51 commits to master since this release

Changes

  • Require React\EventLoop\LoopInterface as 2nd parameter for Laravie\Streaming\Client.
  • Require developer to manually run React\EventLoop\LoopInterface::run() after executing Laravie\Streaming\Client::connect().
  • Laravie\Streaming\Listener may have the option to receive instance of React\EventLoop\LoopInterface via Listener::withEventLoop() method.