Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 8, 2025
1 parent de44a2d commit 9983cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/clustering/rpc/socket.lua
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ function _M:process_rpc_msg(payload, collection)

if collection then

-- TODO: async call by using a new manager of timer
-- collection is not nil, it means it is a batch call
-- we should call sync function
res, err = _M._dispatch(nil, self, dispatch_cb, payload, collection)
Expand Down

0 comments on commit 9983cd3

Please sign in to comment.