chiark / gitweb /
some todos
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 23:30:05 +0000 (23:30 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 23:30:05 +0000 (23:30 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/daemon-otter.rs

index f4f868d132b7386936c430540a608ef1ba7381a9..86db3341b7af25c04ca05135d15c0c55a429390d 100644 (file)
@@ -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,