mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
new pack/unpack for tables, current issue is things being turned into strings
This commit is contained in:
@@ -135,7 +135,6 @@ function multi:newProxy(list)
|
||||
self.recv = THREAD.waitFor(self.name.."_R"):init()
|
||||
self.Type = multi.PROXY
|
||||
for _,v in pairs(funcs) do
|
||||
print(v,_)
|
||||
if type(v) == "table" then
|
||||
-- We have a connection
|
||||
v[2]:init(proc_name)
|
||||
@@ -190,6 +189,7 @@ function multi:newProxy(list)
|
||||
THREAD = multi.integration.THREAD
|
||||
end
|
||||
local proxy = THREAD.waitFor(self.proxy_link)
|
||||
print("Got:",proxy)
|
||||
proxy.funcs = self.funcs
|
||||
return proxy:init()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user