From 7870f1160d5a07be43d6926873b45700c367badf Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Sat, 12 Nov 2022 20:50:50 +0000 Subject: [PATCH] Add todos --- RaftFable/src/App.fs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RaftFable/src/App.fs b/RaftFable/src/App.fs index f4e7d66..013d435 100644 --- a/RaftFable/src/App.fs +++ b/RaftFable/src/App.fs @@ -137,7 +137,10 @@ module App = leaderStateButton.onclick <- fun _ -> fullyRerender parseByte userPrefs cluster network + // TODO: what happens when we try and log client data on a node that doesn't know about the client? + let reloadActions () = + // TODO: fix this button, it doesn't work properly let newCluster, newNetwork = InMemoryCluster.make clusterSize cluster <- newCluster network <- newNetwork