From 9a051905ad32f111af9e8b43686af91b435269f1 Mon Sep 17 00:00:00 2001 From: Marcel Goerentz Date: Thu, 7 Nov 2024 10:28:27 +0100 Subject: [PATCH] Add fix --- src/buffer.go | 2 +- threadfin.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/buffer.go b/src/buffer.go index 22bed99..c283f66 100644 --- a/src/buffer.go +++ b/src/buffer.go @@ -987,7 +987,7 @@ func terminateProcessGracefully(cmd *exec.Cmd, stream ThisStream) { cmd.Process.Signal(syscall.SIGKILL) cmd.Wait() deletPIDfromDisc(fmt.Sprintf("%d", cmd.Process.Pid)) - // clientConnection(stream) + clientConnection(stream) } } diff --git a/threadfin.go b/threadfin.go index b9d341a..fb70ead 100644 --- a/threadfin.go +++ b/threadfin.go @@ -42,7 +42,7 @@ var GitHub = GitHubStruct{Branch: "Main", User: "marcelGoerentz", Repo: "Threadf const Name = "Threadfin" // Version : Version, die Build Nummer wird in der main func geparst. -const Version = "1.6.2-beta" +const Version = "1.6.3-beta" // DBVersion : Datanbank Version const DBVersion = "0.5.0"