From 0fc3f060c18bd216c326ac52e40f97a362add196 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 21 Jun 2023 14:40:58 +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 55e7453..a05e6db 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -1265,12 +1265,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