Skip to content

Commit

Permalink
fix grpc usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mayocream committed Jun 7, 2022
1 parent 5938861 commit ee4f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/runloop/plugin_servers/pb_rpc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ end
local function load_service()
local p = grpc_tools.new()

local parsed = p:parsefile("kong/pluginsocket.proto")
local parsed = p:loadfile("kong/pluginsocket.proto")

local service = {}
for i, s in ipairs(parsed.service) do
Expand Down

0 comments on commit ee4f37f

Please sign in to comment.