From 9795f03da435c0c19a3a4d180c49e14709ab2910 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 26 Apr 2024 16:41:31 +0100 Subject: [PATCH] think --- THOUGHTS.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/THOUGHTS.txt b/THOUGHTS.txt index f59b168..c185e23 100644 --- a/THOUGHTS.txt +++ b/THOUGHTS.txt @@ -4734,3 +4734,10 @@ outside of it I'm also thinking we could wrap the raw fds from lualinux into small objects with read and close methods? It would make testing easier if nothing else - also use of with-open. Maybe do that in anoia. + +when a subscriber connects we need to send them their matching current +state before subscribing them [ needs a test ] + +figure out what event format the subscribers want? lua-ish or send the +same messages as udev would? If we're going to send the originals, +should we store them alongside the parsed, or reconstruct from parsed?