mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
set nodelay in clusterd, Issue #278
This commit is contained in:
@@ -20,6 +20,7 @@ local function open_channel(t, key)
|
||||
host = host,
|
||||
port = tonumber(port),
|
||||
response = read_response,
|
||||
nodelay = true,
|
||||
}
|
||||
assert(c:connect(true))
|
||||
t[key] = c
|
||||
|
||||
Reference in New Issue
Block a user