You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using this lib in the Nginx stream subsystem, and it works well, but I found that the judgment here always comes up when running the test case:
Hi folks, thank you for open sourcing this lib.
I tried using this lib in the Nginx stream subsystem, and it works well, but I found that the judgment here always comes up when running the test case:
lua-resty-logger-socket/lib/resty/logger/socket.lua
Lines 31 to 39 in 15cc1c2
In the Nginx http subsystem,
ngx.config
looks like this:and in Nginx stream subsystem,
ngx.config
looks like this:I would be happy to submit a PR to improve this issue if you agree to be compatible with Nginx streams subsystem here.
The text was updated successfully, but these errors were encountered: