File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.7 (2017-12-24)
4+
5+ * Fix: Fix closing socket resource before removing from loop
6+ (#141 by @clue )
7+
8+ This fixes the root cause of an uncaught ` Exception ` that only manifested
9+ itself after the recent Stream v0.7.4 component update and only if you're
10+ using ` ext-event ` (` ExtEventLoop ` ).
11+
12+ * Improve test suite by testing against PHP 7.2
13+ (#140 by @carusogabriel )
14+
315## 0.8.6 (2017-11-18)
416
517* Feature: Add Unix domain socket (UDS) support to ` Server ` with ` unix:// ` URI scheme
Original file line number Diff line number Diff line change @@ -1296,7 +1296,7 @@ The recommended way to install this library is [through Composer](https://getcom
12961296This will install the latest supported version:
12971297
12981298``` bash
1299- $ composer require react/socket:^0.8.6
1299+ $ composer require react/socket:^0.8.7
13001300```
13011301
13021302See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments