We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df9166 commit 0ce52f3Copy full SHA for 0ce52f3
CHANGELOG.md
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [2.1.1] - 2021-01-26
8
+
9
+### Fixed
10
11
+* `BinaryStreamConnection` endless loop (CPU @ 100%) when stream is ready for reading but stream returns no data at all (#73)
12
13
+### Added
14
15
+* Example for Modbus server [examples/example_response_server.php](examples/example_response_server.php)
16
17
+### Changed
18
19
+* Changed examples to use `Packet::isCompleteLength()`
20
21
## [2.1.0] - 2020-10-04
22
23
### Added
0 commit comments