Debugging what is going on...

This commit is contained in:
2023-06-19 00:24:07 -04:00
parent 1b3e3303e9
commit c80f44c68e
5 changed files with 21 additions and 15 deletions
+2 -2
View File
@@ -271,7 +271,7 @@ function multi:newSystemThreadedConnection(name)
-- This shouldn't be the case
end
end
end).OnError(print)
end).OnError(multi.error)
return self
end
@@ -346,7 +346,7 @@ function multi:newSystemThreadedConnection(name)
c.proxy_conn:Fire(multi.unpack(item[2]))
end
end
end).OnError(print)
end).OnError(multi.error)
--- ^^^ This will only exist in the init thread
THREAD.package(name,c)