mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +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.error("Waiting for cluster node [".. key.."]")
|
||||||
skynet.wait(co)
|
skynet.wait(co)
|
||||||
address = node_address[key]
|
address = node_address[key]
|
||||||
assert(address ~= nil or config.nowaiting)
|
|
||||||
end
|
end
|
||||||
local succ, err, c
|
local succ, err, c
|
||||||
if address then
|
if address then
|
||||||
|
|||||||
Reference in New Issue
Block a user