mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
fix #1062
This commit is contained in:
@@ -50,6 +50,8 @@ local function open_channel(t, key)
|
||||
if succ then
|
||||
t[key] = c
|
||||
ct.channel = c
|
||||
else
|
||||
err = string.format("changenode [%s] (%s:%s) failed", key, host, port)
|
||||
end
|
||||
else
|
||||
err = string.format("cluster node [%s] is %s.", key, address == false and "down" or "absent")
|
||||
|
||||
Reference in New Issue
Block a user