mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
remove assert
This commit is contained in:
@@ -35,7 +35,6 @@ local function open_channel(t, key)
|
||||
skynet.error("Waiting for cluster node [".. key.."]")
|
||||
skynet.wait(co)
|
||||
address = node_address[key]
|
||||
assert(address ~= nil or config.nowaiting)
|
||||
end
|
||||
local succ, err, c
|
||||
if address then
|
||||
|
||||
Reference in New Issue
Block a user