From 56f1a5584bb84490fb1a4c22dcb67c0443d653f5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 23 Jun 2020 20:01:47 +0100 Subject: [PATCH] some todos --- src/bin/server.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/server.rs b/src/bin/server.rs index 08f25ac5..8e380f10 100644 --- a/src/bin/server.rs +++ b/src/bin/server.rs @@ -1,4 +1,7 @@ +// xxx need button(s) to kill old clients +// ? need expiry of old clients? limit of client count? + #![feature(proc_macro_hygiene, decl_macro)] use rocket::{get,post,routes}; -- 2.30.2