Removed system threaded connections, soon to be replaced by proxies

This commit is contained in:
2023-07-04 16:00:37 -04:00
parent 81fc7b95c9
commit acc94ea17e
5 changed files with 121 additions and 64 deletions
+2 -1
View File
@@ -152,4 +152,5 @@ function multi:newSystemThreadedConnection(name)
conn.init = function(self) return self end
GLOBAL[name or "_"] = conn
return conn
end
end
require("multi.integration.sharedExtensions")