mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
Working on getting pseudoThreading tests to work
This commit is contained in:
@@ -300,7 +300,7 @@ function multi:newSystemThreadedConnection(name)
|
||||
-- This shouldn't be the case
|
||||
end
|
||||
end
|
||||
end).OnError(multi.error)
|
||||
end)
|
||||
return self
|
||||
end
|
||||
|
||||
@@ -377,7 +377,7 @@ function multi:newSystemThreadedConnection(name)
|
||||
c.proxy_conn:Fire(multi.unpack(item[2]))
|
||||
end
|
||||
end
|
||||
end).OnError(multi.error)
|
||||
end)
|
||||
--- ^^^ This will only exist in the init thread
|
||||
|
||||
THREAD.package(name,c)
|
||||
|
||||
@@ -104,6 +104,8 @@ function multi:newSystemThread(name, func, ...)
|
||||
c.stab.returns = nil
|
||||
end
|
||||
end)
|
||||
|
||||
c.OnError(multi.error)
|
||||
|
||||
if self.isActor then
|
||||
self:create(c)
|
||||
|
||||
Reference in New Issue
Block a user