Skip to content

Conversation

clue
Copy link
Owner

@clue clue commented Jul 22, 2021

This changeset simplifies usage by supporting the new default loop.

// old (still supported)
$client = new Clue\React\Docker\Client($loop);

// new (using default loop)
$client = new Clue\React\Docker\Client();

Builds on top of reactphp/event-loop#226, reactphp/event-loop#229, reactphp/event-loop#232, reactphp/stream#159 and reactphp/socket#260 and reactphp/http#410

@clue clue added this to the v1.4.0 milestone Jul 22, 2021
@clue clue merged commit 92c7efb into clue:master Jul 22, 2021
@clue clue deleted the default-loop branch July 22, 2021 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant