From 3561ed8fda66c2f1aad691713fa230185a61f033 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Tue, 17 May 2022 19:10:41 +0200 Subject: [PATCH] Added TODO list --- todo.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..22097bd --- /dev/null +++ b/todo.md @@ -0,0 +1,16 @@ +# TODO + +I think when we throw that session exception (even though that is the wrong) place, +by throwing we may throw it when the next queue we'd iterate to was filled and we looped +pver something flushed, but throw because invalid (now) queue operation + +We should think about this and maybe chekc rather using a public, isAlice, and if so wthen finish up to try read as +much as possible from the queues even when socket is dead but THEN never loop again (kill the Tasky loop). + +It is always passing, but I should consider the above as it is a possible case. + +But I do have something hanging, I need to check what that is, I believe wait that may be tristanable threads etc, I don't think newSys is erroring correctly + +It might with or without newSys be hanging, socket error shit fr do be annoying me, idk needs more testing. + +wait no shit looks fine lmao, we are reaching `"Err"` which is good \ No newline at end of file