1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00

Unit test

- Hang for testing ping-pong
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-01 15:59:38 +02:00
parent c89ae25502
commit cf23797f99

View File

@ -1254,7 +1254,13 @@ 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.quit();
}
// client.quit();
}
}