From 8d9da595f1a5db1c2f6bea4db1395fc678ae20b2 Mon Sep 17 00:00:00 2001 From: Arthur Beck Date: Mon, 14 Apr 2025 21:14:00 -0500 Subject: [PATCH] fixed bug where exiting while in the rejoin code enter screen would poison the mutex --- src/main.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5d7c04a..26de581 100644 --- a/src/main.rs +++ b/src/main.rs @@ -127,7 +127,11 @@ fn handle_client(mut stream: TcpStream, channel: Channel, password: Option