v0.8.6
版本发布时间: 2017-11-19 00:49:16
reactphp/socket最新发布版本:v1.16.0(2024-07-26 18:39:34)
-
Feature: Add Unix domain socket (UDS) support to
Server
withunix://
URI scheme and add advancedUnixServer
class. (#120 by @andig)// new: Server now supports "unix://" scheme $server = new Server('unix:///tmp/server.sock', $loop); // new: advanced usage $server = new UnixServer('/tmp/server.sock', $loop);
-
Restructure examples to ease getting started (#136 by @clue)
-
Improve test suite by adding forward compatibility with PHPUnit 6 and ignore Mac OS X test failures for now until Travis tests work again (#133 by @gabriel-caruso and #134 by @clue)