[GitHub] [apisix] tokers commented on a change in pull request #4183: feat(ext-plugin): implement the http-req-call protocol

2021-05-05 Thread GitBox
tokers commented on a change in pull request #4183: URL: https://github.com/apache/apisix/pull/4183#discussion_r627025839 ## File path: apisix/plugins/ext-plugin/init.lua ## @@ -152,6 +165,80 @@ end _M.receive = receive +local generate_id +do +local count = 0 +

[GitHub] [apisix] tokers commented on a change in pull request #4183: feat(ext-plugin): implement the http-req-call protocol

2021-05-05 Thread GitBox
tokers commented on a change in pull request #4183: URL: https://github.com/apache/apisix/pull/4183#discussion_r627021898 ## File path: apisix/plugins/ext-plugin/init.lua ## @@ -152,6 +165,80 @@ end _M.receive = receive +local generate_id +do +local count = 0 +