v0.8.2
版本发布时间: 2017-08-25 17:10:06
reactphp/socket最新发布版本:v1.16.0(2024-07-26 18:39:34)
-
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) { // … });