mirror of
https://github.com/kepler155c/opus
synced 2025-10-16 00:07:39 +00:00
phase out peripheral.lookup
This commit is contained in:
@@ -12,7 +12,7 @@ function Proxy.create(remoteId, uri)
|
||||
socket.co = coroutine.running()
|
||||
|
||||
socket:write(uri)
|
||||
local methods = socket:read() or error('Timed out')
|
||||
local methods = socket:read(2) or error('Timed out')
|
||||
|
||||
local hijack = { }
|
||||
for _,method in pairs(methods) do
|
||||
|
Reference in New Issue
Block a user