From e8907c74d4520e3d253e105059f833f7df0b9d19 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 23 Apr 2024 11:23:00 +0200 Subject: [PATCH] changelog --- satrs/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/satrs/CHANGELOG.md b/satrs/CHANGELOG.md index 56c1e14..214781a 100644 --- a/satrs/CHANGELOG.md +++ b/satrs/CHANGELOG.md @@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `parse_for_ccsds_space_packets` did not detect CCSDS space packets at the buffer end with the smallest possible size of 7 bytes. +- TCP server component now re-registers the internal `mio::Poll` object if the client reset + the connection unexpectedly. Not doing so prevented the server from functioning properly + after a re-connect. # [v0.2.0-rc.3] 2024-04-17