Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Dec 22, 2024
1 parent 576c87b commit 92b6976
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kong/clustering/rpc/socket.lua
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,10 @@ function _M:start()
goto continue
end

local res, err = self.outgoing:push(results)
local res, err = self:push_result(results,
"[rpc] unable to push RPC call result: ")
if not res then
return nil, "[rpc] unable to push RPC call result: " .. err
return nil, err
end

::continue::
Expand Down

0 comments on commit 92b6976

Please sign in to comment.