Skip to content

v0.8.2

Compare
Choose a tag to compare
@clue clue released this 25 Aug 09:10
· 315 commits to 3.x since this release
  • Feature: Update DNS dependency to support hosts file on all platforms
    (#112 by @clue)

    This means that connecting to hosts such as localhost will now work as
    expected across all platforms with no changes required:

    $connector = new Connector($loop);
    $connector->connect('localhost:8080')->then(function ($connection) {
        // …
    });