From 4655584fa50349009aadc239092f4df17c2040d5 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 21 Jun 2023 14:39:23 +0200 Subject: [PATCH] Client - Let unit test for client call `quit()` eventually --- source/birchwood/client/client.d | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index 46f2e17..a527e28 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -1269,12 +1269,12 @@ public class Client : Thread // TODO: Don't forget to re-enable this when done testing! Thread.sleep(dur!("seconds")(4)); - client.joinChannel("#birchwood"); - while(true) - { - Thread.sleep(dur!("seconds")(15)); - } + // client.joinChannel("#birchwood"); + // while(true) + // { + // Thread.sleep(dur!("seconds")(15)); + // } - // client.quit(); + client.quit(); } } \ No newline at end of file