Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Dec 30, 2024
1 parent 33641b1 commit 0538389
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kong/clustering/rpc/socket.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ function _M:push_request(msg)
end


-- collection is only for rpc batch call.
-- if collection is nil, it means the rpc is a single call.
function _M:push_response(msg, err_prefix, collection)
-- may be a batch
if collection then
Expand Down

0 comments on commit 0538389

Please sign in to comment.