From 4fc430bdccc5b696e150f7e590e69d168192af25 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 21 Nov 2020 23:30:05 +0000 Subject: [PATCH] some todos Signed-off-by: Ian Jackson --- src/bin/daemon-otter.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/daemon-otter.rs b/src/bin/daemon-otter.rs index f4f868d1..86db3341 100644 --- a/src/bin/daemon-otter.rs +++ b/src/bin/daemon-otter.rs @@ -35,6 +35,10 @@ const RESOURCES : &[(&'static str, ResourceLocation, ContentType)] = &[ ("wasm.js", RL::Wasm("otter_wasm.js"), ContentType::JavaScript), ]; +// xxx access of joined game does not work after server reload?? +// xxx need remove game +// xxx trying to rejoin game just gives NickCollision, should be idempotent + #[derive(Debug)] struct CheckedResourceLeaf { safe_leaf: &'static str, -- 2.30.2