From: Ian Jackson Date: Sat, 21 Nov 2020 23:30:05 +0000 (+0000) Subject: some todos X-Git-Tag: otter-0.2.0~411 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4fc430bdccc5b696e150f7e590e69d168192af25;p=otter.git some todos Signed-off-by: Ian Jackson --- 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,