From ae07b8fc405957e139a5a90e52626e185787bcf0 Mon Sep 17 00:00:00 2001 From: Zergling_man Date: Thu, 19 Dec 2024 18:05:51 +1100 Subject: [PATCH] Spent a few hours reading about twisted. It's much easier than last time I tried. --- todo | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 todo diff --git a/todo b/todo new file mode 100644 index 0000000..e8c3bfc --- /dev/null +++ b/todo @@ -0,0 +1,4 @@ +twisted.internet.task.LoopingCall + +protocol is created per connection, factory hangs them together +Use clock to add dt \ No newline at end of file