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
_G write guard:12: writing a global lua variable ('resty') which may lead to race conditions between concurrent requests, so prefer the use of 'local' variables
stack traceback:
[C]: in function 'module'
lualib/resty/mongol/init.lua:1: in main chunk
[C]: in function 'require'
The text was updated successfully, but these errors were encountered:
What's wrong with this?
_G write guard:12: writing a global lua variable ('resty') which may lead to race conditions between concurrent requests, so prefer the use of 'local' variables
stack traceback:
[C]: in function 'module'
lualib/resty/mongol/init.lua:1: in main chunk
[C]: in function 'require'
The text was updated successfully, but these errors were encountered: