Closer to getting things working...

This commit is contained in:
2023-08-06 00:38:22 -04:00
parent bab9b13cb8
commit a660b63581
9 changed files with 147 additions and 79 deletions
-1
View File
@@ -48,7 +48,6 @@ end
local fRef = {"func",nil}
local function manage(channel, value)
channel:clear()
print("pushing",value)
if type(value) == "table" then
channel:push{"DATA",threads.packTable(value)}
else