We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668a5bf commit 57e3262Copy full SHA for 57e3262
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.7.1 (2017-04-10)
4
+
5
+* Fix: Ignore HHVM errors when closing connection that is already closing
6
+ (#91 by @clue)
7
8
## 0.7.0 (2017-04-10)
9
10
* Feature: Merge SocketClient component into this component
README.md
@@ -1064,7 +1064,7 @@ The recommended way to install this library is [through Composer](http://getcomp
1064
This will install the latest supported version:
1065
1066
```bash
1067
-$ composer require react/socket:^0.7
+$ composer require react/socket:^0.7.1
1068
```
1069
1070
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments