remove assert

This commit is contained in:
Cloud Wu
2018-05-22 20:04:05 +08:00
parent a8ab809928
commit 85ec428f3f

View File

@@ -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