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
@@ -380,4 +380,5 @@ function multi:newSystemThreadedConnection(name)
self:create(c)
return c
end
end
require("multi.integration.sharedExtensions")