Skip to content

Conversation

clue
Copy link
Owner

@clue clue commented Jul 20, 2021

This changeset simplifies usage by supporting the new default loop.

// old (still supported)
$proxy = new Clue\React\SshProxy\SshProcessConnector('[email protected]', $loop);
$proxy = new Clue\React\SshProxy\SshSocksConnector('[email protected]', $loop);

// new (using default loop)
$proxy = new Clue\React\SshProxy\SshProcessConnector('[email protected]');
$proxy = new Clue\React\SshProxy\SshSocksConnector('[email protected]');

Builds on top of reactphp/event-loop#226, reactphp/event-loop#229, reactphp/event-loop#232, reactphp/socket#260 and friends-of-reactphp/mysql#134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant