From b2eaa3f7f8c51b4d22cd66761c816e6f672b7600 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 8 Jan 2021 21:31:06 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1977b38..7c4b4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### Fixed * Reverts changes to logic handling blocking until a server process is done running when polling stats. This change exposed a bug in the underlying Docker system causing servers to enter a state in which Wings was unable to terminate the process and Docker commands would hang if executed against the container. +### Changed +* Adds logic to handle a console stream unexpectedly returning an EOF when reading console logs. New code should automatically re-attach the stream avoiding issues where the console would stop live updating for servers. + ## v1.2.1 ### Fixed * Fixes servers not be properly marked as no longer transfering if an error occurs during the archive process.